Html Css Color HEX #023EBC Cobalt

📋 copy color: '#023EBC'

red 2 ◦ green 62 ◦ blue 188

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

Shades of Cobalt #023EBC

Tints of Cobalt #023EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.6%

R = 0.79%
G = 24.6%
B = 74.6%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#023EBC (or 0x023EBC) is known color: Cobalt. HEX triplet: 02, 3E and BC. RGB value is (2,62,188). Sum of RGB (Red+Green+Blue) = 2+62+188=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #023EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023EBC is #FDC143. Grayscale: #393939. Windows color (decimal): -16630084 or 12336642. OLE color: 12336642.

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

Color convert

RGB 2 62 188 -
CMYK 0.99 0.67 0 0.26
HSL 220.65º 0.98% 0.37% -
HSV(B) 220.65º 0.99% 0.74% -
XYZ 10.82 7.09 48.37 -
YUV 58.42 201.12 87.75 -
System Red Green Blue C M Y K H S L
Decimal 2 62 188 0.99 0.67 0 0.26 220.65 0.98 0.37
Hex 2 3E BC 63 43 0 1A DD 62 25
Octal 2 76 274 143 103 0 32 335 142 45
Binary 10 111110 10111100 1100011 1000011 0 11010 11011101 1100010 100101

Color Harmonies of #023EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023EBC

Black with #023EBC

Text Example


Text Example

White with #023EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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