COLOR #0251C8

HEX: #0251C8
RGB: (2,81,200)

Color info

#0251C8 contains mainly blue color. Web safe color of #0251C8 is #0066CC (or #06C).

RGB color model

#0251C8 color RGB value is (2,81,200).

  • red value is 2;
  • green value is 81;
  • blue value is 200.
RGB:
(2,81,200)
(1%,32%,78%)

RGB channels and saturation

R 2 of 255 = 1%
G 81 of 255 = 32%
B 200 of 255 = 78%

2
81
200

R + G + B ~ 37%. #0251C8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 81 + 200 = 283 (100%)
R 2 of 283 ~ 0.71%
G 81 of 283 ~ 28.62%
B 200 of 283 ~ 70.67%

%28.62
%70.67

CMYK color model

#0251C8 color CMYK value is (99,60,0,22).

  • cyan value is 99.00%
  • magenta value is 59.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(99,60,0,22)
C99M60Y0K22 
(99%,60%,0%,22%)
(0.99/0.60/0.00/0.22)	

CMYK percentages

%99
%59.5
%0
%21.57

Codes

Color #0251C8 in popluar color models

0251C8
RGB281200
HSL216°98.02%39.61%
HSB/HSV216°99.00%78.43%
CMYK99.00%59.50%0.00%
21.57%

Color #0251C8 in popluar number systems.

HEX0251C8
Decimal281200
Binary10101000111001000
Octal2121310

Shades and tints

Shades of #0251C8

#0251C8
(2,81,200)
#024AB6
(2,74,182)
#0243A4
(2,67,164)
#023C92
(2,60,146)
#023580
(2,53,128)
#022E6E
(2,46,110)
#02275C
(2,39,92)
#02204A
(2,32,74)
#021938
(2,25,56)
#021226
(2,18,38)
#020B14
(2,11,20)
#000000
(0,0,0)

Tints of #0251C8

#0251C8
(2,81,200)
#1960CD
(25,96,205)
#306FD2
(48,111,210)
#477ED7
(71,126,215)
#5E8DDC
(94,141,220)
#759CE1
(117,156,225)
#8CABE6
(140,171,230)
#A3BAEB
(163,186,235)
#BAC9F0
(186,201,240)
#D1D8F5
(209,216,245)
#E8E7FA
(232,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0251C8 color. Also use rgb(2,81,200) instead hex code.

Text Font Color

.myTextColor { color: #0251C8; }

<p style="color:#0251C8">This sample text font color is #0251C8.</p>

This text font color is #0251C8.


Background Color

.myBgColor { background-color: #0251C8; }

<div style="background-color:#0251C8">Inner text</div>

This div background color is #0251C8.


Border color

.myBorderColor { border: 1px solid #0251C8; }

<div style="border:3px solid #0251C8">Div</div>

This div border color is #0251C8.


Opacity

.myOpacity80 { color: #0251C8; opacity: 0.8; }

<p style="color:#0251C8;opacity:0.8;">80%</p>

Text with #0251C8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0251C8;}

<p style="text-shadow: 3px 3px 1px #0251C8">Text here.</p>

This text has shadow with #0251C8 color.

.textShadow {text-shadow: 3px 3px 1px #0251C8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0251C8, 5px 5px 20px red">Text here.</p>

This text has shadow with #0251C8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0251C8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0251C8, Direction=45, Strength=4)">Text</p>

This text has shadow with #0251C8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0251C8;
  -webkit-box-shadow:	1px 1px 3px 2px #0251C8;
  box-shadow:		1px 1px 3px 2px #0251C8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0251C8;
-webkit-box-shadow: 1px 1px 3px 2px #0251C8;
box-shadow:1px 1px 3px 2px #0251C8;">
Div content here</div>
This div box has shadow with color #0251C8.

Preview

Color preview on black background

This text has color #0251C8 on black background.


Color preview on white background

This text has color #0251C8 on white background.



Black color preview on #0251C8 background

This text has black color on #0251C8 background.


White color preview on #0251C8 background

This text has white color on #0251C8 background.