Html Css Color HEX #023FC3 Cobalt

📋 copy color: '#023FC3'

red 2 ◦ green 63 ◦ blue 195

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

Shades of Cobalt #023FC3

Tints of Cobalt #023FC3

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

 BLUE value IS 195 (76.56% from 255) = 75%

R = 0.77%
G = 24.23%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#023FC3 (or 0x023FC3) is known color: Cobalt. HEX triplet: 02, 3F and C3. RGB value is (2,63,195). Sum of RGB (Red+Green+Blue) = 2+63+195=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 195 (76.56% from 255 or 75% from 260); Max value from RGB is 195 - color contains mainly: blue. Hex color #023FC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FC3 is #FDC03C. Grayscale: #3B3B3B. Windows color (decimal): -16629821 or 12795650. OLE color: 12795650.

HSL color Cylindrical-coordinate representation of color #023FC3: hue angle of 221.04º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FC3 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 63 195 -
CMYK 0.99 0.68 0 0.24
HSL 221.04º 0.98% 0.39% -
HSV(B) 221.04º 0.99% 0.76% -
XYZ 11.65 7.51 52.46 -
YUV 59.81 204.29 86.77 -
System Red Green Blue C M Y K H S L
Decimal 2 63 195 0.99 0.68 0 0.24 221.04 0.98 0.39
Hex 2 3F C3 63 44 0 18 DD 62 27
Octal 2 77 303 143 104 0 30 335 142 47
Binary 10 111111 11000011 1100011 1000100 0 11000 11011101 1100010 100111

Color Harmonies of #023FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FC3

Black with #023FC3

Text Example


Text Example

White with #023FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,63,195); }

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

background-color css

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

 a { background-color: rgb(2,63,195); }

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

border-color css

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

 span { border-color: rgb(2,63,195); }

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