Html Css Color HEX #023EBD Cobalt

📋 copy color: '#023EBD'

red 2 ◦ green 62 ◦ blue 189

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

Shades of Cobalt #023EBD

Tints of Cobalt #023EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 74.7%

R = 0.79%
G = 24.51%
B = 74.7%

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

#023EBD (or 0x023EBD) is known color: Cobalt. HEX triplet: 02, 3E and BD. RGB value is (2,62,189). Sum of RGB (Red+Green+Blue) = 2+62+189=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #023EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023EBD is #FDC142. Grayscale: #393939. Windows color (decimal): -16630083 or 12402178. OLE color: 12402178.

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

Color convert

RGB 2 62 189 -
CMYK 0.99 0.67 0 0.26
HSL 220.75º 0.98% 0.37% -
HSV(B) 220.75º 0.99% 0.74% -
XYZ 10.93 7.13 48.94 -
YUV 58.54 201.62 87.67 -
System Red Green Blue C M Y K H S L
Decimal 2 62 189 0.99 0.67 0 0.26 220.75 0.98 0.37
Hex 2 3E BD 63 43 0 1A DD 62 25
Octal 2 76 275 143 103 0 32 335 142 45
Binary 10 111110 10111101 1100011 1000011 0 11010 11011101 1100010 100101

Color Harmonies of #023EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023EBD

Black with #023EBD

Text Example


Text Example

White with #023EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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