Html Css Color HEX #0249C8 Cobalt

📋 copy color: '#0249C8'

red 2 ◦ green 73 ◦ blue 200

#0249C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0249C8

Tints of Cobalt #0249C8

RGB

 RED value IS 2 (1.17% from 255) = 0.73%

 GREEN value IS 73 (28.91% from 255) = 26.55%

 BLUE value IS 200 (78.52% from 255) = 72.73%

R = 0.73%
G = 26.55%
B = 72.73%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0249C8 (or 0x0249C8) is known color: Cobalt. HEX triplet: 02, 49 and C8. RGB value is (2,73,200). Sum of RGB (Red+Green+Blue) = 2+73+200=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 200 (78.52% from 255 or 72.73% from 275); Max value from RGB is 200 - color contains mainly: blue. Hex color #0249C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249C8 is #FDB637. Grayscale: #414141. Windows color (decimal): -16627256 or 13125890. OLE color: 13125890.

HSL color Cylindrical-coordinate representation of color #0249C8: hue angle of 218.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249C8 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 73 200 -
CMYK 0.99 0.64 0 0.22
HSL 218.48º 0.98% 0.4% -
HSV(B) 218.48º 0.99% 0.78% -
XYZ 12.83 8.95 55.69 -
YUV 66.25 203.48 82.17 -
System Red Green Blue C M Y K H S L
Decimal 2 73 200 0.99 0.64 0 0.22 218.48 0.98 0.4
Hex 2 49 C8 63 40 0 16 DA 62 28
Octal 2 111 310 143 100 0 26 332 142 50
Binary 10 1001001 11001000 1100011 1000000 0 10110 11011010 1100010 101000

Color Harmonies of #0249C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249C8

Black with #0249C8

Text Example


Text Example

White with #0249C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0249C8; }

 p { color: rgb(2,73,200); }

 H1.HeaderClassName
 {
   color: #0249C8;
 }
 .AnyTagClassName
 {
   color: #0249C8;
 }
</style>

background-color css

<style>
 a { background-color: #0249C8; }

 a { background-color: rgb(2,73,200); }

 div.DivClassName
 {
   background-color: #0249C8;
 }
 .BgClassName
 {
   background-color: #0249C8;
 }
</style>

border-color css

<style>
 span { border-color: #0249C8; }

 span { border-color: rgb(2,73,200); }

 td.TdClassName
 {
   border-color: #0249C8;
 }
 .TagClassName
 {
   border-color: #0249C8;
 }
</style>