Html Css Color HEX #023FC8 Cobalt

📋 copy color: '#023FC8'

red 2 ◦ green 63 ◦ blue 200

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

Shades of Cobalt #023FC8

Tints of Cobalt #023FC8

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

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

R = 0.75%
G = 23.77%
B = 75.47%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#023FC8 (or 0x023FC8) is known color: Cobalt. HEX triplet: 02, 3F and C8. RGB value is (2,63,200). Sum of RGB (Red+Green+Blue) = 2+63+200=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 200 (78.52% from 255 or 75.47% from 265); Max value from RGB is 200 - color contains mainly: blue. Hex color #023FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FC8 is #FDC037. Grayscale: #3B3B3B. Windows color (decimal): -16629816 or 13123330. OLE color: 13123330.

HSL color Cylindrical-coordinate representation of color #023FC8: hue angle of 221.52º 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 #023FC8 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 63 200 -
CMYK 0.99 0.68 0 0.22
HSL 221.52º 0.98% 0.4% -
HSV(B) 221.52º 0.99% 0.78% -
XYZ 12.23 7.74 55.49 -
YUV 60.38 206.79 86.36 -
System Red Green Blue C M Y K H S L
Decimal 2 63 200 0.99 0.68 0 0.22 221.52 0.98 0.4
Hex 2 3F C8 63 44 0 16 DE 62 28
Octal 2 77 310 143 104 0 26 336 142 50
Binary 10 111111 11001000 1100011 1000100 0 10110 11011110 1100010 101000

Color Harmonies of #023FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FC8

Black with #023FC8

Text Example


Text Example

White with #023FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023FC8; }

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

 H1.HeaderClassName
 {
   color: #023FC8;
 }
 .AnyTagClassName
 {
   color: #023FC8;
 }
</style>

background-color css

<style>
 a { background-color: #023FC8; }

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

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

border-color css

<style>
 span { border-color: #023FC8; }

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

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