Html Css Color HEX #023FBB Cobalt

📋 copy color: '#023FBB'

red 2 ◦ green 63 ◦ blue 187

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

Shades of Cobalt #023FBB

Tints of Cobalt #023FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.21%

R = 0.79%
G = 25%
B = 74.21%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#023FBB (or 0x023FBB) is known color: Cobalt. HEX triplet: 02, 3F and BB. RGB value is (2,63,187). Sum of RGB (Red+Green+Blue) = 2+63+187=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #023FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FBB is #FDC044. Grayscale: #3A3A3A. Windows color (decimal): -16629829 or 12271362. OLE color: 12271362.

HSL color Cylindrical-coordinate representation of color #023FBB: hue angle of 220.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FBB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 63 187 -
CMYK 0.99 0.66 0 0.27
HSL 220.22º 0.98% 0.37% -
HSV(B) 220.22º 0.99% 0.73% -
XYZ 10.77 7.16 47.83 -
YUV 58.9 200.29 87.42 -
System Red Green Blue C M Y K H S L
Decimal 2 63 187 0.99 0.66 0 0.27 220.22 0.98 0.37
Hex 2 3F BB 63 42 0 1B DC 62 25
Octal 2 77 273 143 102 0 33 334 142 45
Binary 10 111111 10111011 1100011 1000010 0 11011 11011100 1100010 100101

Color Harmonies of #023FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FBB

Black with #023FBB

Text Example


Text Example

White with #023FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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