Html Css Color HEX #023DBF Cobalt

📋 copy color: '#023DBF'

red 2 ◦ green 61 ◦ blue 191

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

Shades of Cobalt #023DBF

Tints of Cobalt #023DBF

RGB

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

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

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

R = 0.79%
G = 24.02%
B = 75.2%

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

#023DBF (or 0x023DBF) is known color: Cobalt. HEX triplet: 02, 3D and BF. RGB value is (2,61,191). Sum of RGB (Red+Green+Blue) = 2+61+191=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #023DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DBF is #FDC240. Grayscale: #393939. Windows color (decimal): -16630337 or 12532994. OLE color: 12532994.

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

Color convert

RGB 2 61 191 -
CMYK 0.99 0.68 0 0.25
HSL 221.27º 0.98% 0.38% -
HSV(B) 221.27º 0.99% 0.75% -
XYZ 11.1 7.11 50.08 -
YUV 58.18 202.95 87.93 -
System Red Green Blue C M Y K H S L
Decimal 2 61 191 0.99 0.68 0 0.25 221.27 0.98 0.38
Hex 2 3D BF 63 44 0 19 DD 62 26
Octal 2 75 277 143 104 0 31 335 142 46
Binary 10 111101 10111111 1100011 1000100 0 11001 11011101 1100010 100110

Color Harmonies of #023DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DBF

Black with #023DBF

Text Example


Text Example

White with #023DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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