Html Css Color HEX #023FBF Cobalt

📋 copy color: '#023FBF'

red 2 ◦ green 63 ◦ blue 191

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

Shades of Cobalt #023FBF

Tints of Cobalt #023FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 74.61%

R = 0.78%
G = 24.61%
B = 74.61%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#023FBF (or 0x023FBF) is known color: Cobalt. HEX triplet: 02, 3F and BF. RGB value is (2,63,191). Sum of RGB (Red+Green+Blue) = 2+63+191=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #023FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FBF is #FDC040. Grayscale: #3A3A3A. Windows color (decimal): -16629825 or 12533506. OLE color: 12533506.

HSL color Cylindrical-coordinate representation of color #023FBF: hue angle of 220.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FBF is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 63 191 -
CMYK 0.99 0.67 0 0.25
HSL 220.63º 0.98% 0.38% -
HSV(B) 220.63º 0.99% 0.75% -
XYZ 11.21 7.33 50.11 -
YUV 59.35 202.29 87.09 -
System Red Green Blue C M Y K H S L
Decimal 2 63 191 0.99 0.67 0 0.25 220.63 0.98 0.38
Hex 2 3F BF 63 43 0 19 DD 62 26
Octal 2 77 277 143 103 0 31 335 142 46
Binary 10 111111 10111111 1100011 1000011 0 11001 11011101 1100010 100110

Color Harmonies of #023FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FBF

Black with #023FBF

Text Example


Text Example

White with #023FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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