Html Css Color HEX #023DBC Cobalt

📋 copy color: '#023DBC'

red 2 ◦ green 61 ◦ blue 188

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

Shades of Cobalt #023DBC

Tints of Cobalt #023DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.3%

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

R = 0.8%
G = 24.3%
B = 74.9%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#023DBC (or 0x023DBC) is known color: Cobalt. HEX triplet: 02, 3D and BC. RGB value is (2,61,188). Sum of RGB (Red+Green+Blue) = 2+61+188=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #023DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DBC is #FDC243. Grayscale: #393939. Windows color (decimal): -16630340 or 12336386. OLE color: 12336386.

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

Color convert

RGB 2 61 188 -
CMYK 0.99 0.68 0 0.26
HSL 220.97º 0.98% 0.37% -
HSV(B) 220.97º 0.99% 0.74% -
XYZ 10.77 6.98 48.36 -
YUV 57.84 201.45 88.17 -
System Red Green Blue C M Y K H S L
Decimal 2 61 188 0.99 0.68 0 0.26 220.97 0.98 0.37
Hex 2 3D BC 63 44 0 1A DD 62 25
Octal 2 75 274 143 104 0 32 335 142 45
Binary 10 111101 10111100 1100011 1000100 0 11010 11011101 1100010 100101

Color Harmonies of #023DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DBC

Black with #023DBC

Text Example


Text Example

White with #023DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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