Html Css Color HEX #023EBF Cobalt

📋 copy color: '#023EBF'

red 2 ◦ green 62 ◦ blue 191

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

Shades of Cobalt #023EBF

Tints of Cobalt #023EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.31%

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

R = 0.78%
G = 24.31%
B = 74.9%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#023EBF (or 0x023EBF) is known color: Cobalt. HEX triplet: 02, 3E and BF. RGB value is (2,62,191). Sum of RGB (Red+Green+Blue) = 2+62+191=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #023EBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023EBF is #FDC140. Grayscale: #3A3A3A. Windows color (decimal): -16630081 or 12533250. OLE color: 12533250.

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

Color convert

RGB 2 62 191 -
CMYK 0.99 0.68 0 0.25
HSL 220.95º 0.98% 0.38% -
HSV(B) 220.95º 0.99% 0.75% -
XYZ 11.15 7.22 50.1 -
YUV 58.77 202.62 87.51 -
System Red Green Blue C M Y K H S L
Decimal 2 62 191 0.99 0.68 0 0.25 220.95 0.98 0.38
Hex 2 3E BF 63 44 0 19 DD 62 26
Octal 2 76 277 143 104 0 31 335 142 46
Binary 10 111110 10111111 1100011 1000100 0 11001 11011101 1100010 100110

Color Harmonies of #023EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023EBF

Black with #023EBF

Text Example


Text Example

White with #023EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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