Html Css Color HEX #024EC1 Cobalt

📋 copy color: '#024EC1'

red 2 ◦ green 78 ◦ blue 193

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

Shades of Cobalt #024EC1

Tints of Cobalt #024EC1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

 BLUE value IS 193 (75.78% from 255) = 70.7%

R = 0.73%
G = 28.57%
B = 70.7%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#024EC1 (or 0x024EC1) is known color: Cobalt. HEX triplet: 02, 4E and C1. RGB value is (2,78,193). Sum of RGB (Red+Green+Blue) = 2+78+193=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #024EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EC1 is #FDB13E. Grayscale: #434343. Windows color (decimal): -16625983 or 12668418. OLE color: 12668418.

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

Color convert

RGB 2 78 193 -
CMYK 0.99 0.60 0 0.24
HSL 216.13º 0.98% 0.38% -
HSV(B) 216.13º 0.99% 0.76% -
XYZ 12.38 9.31 51.6 -
YUV 68.39 198.32 80.65 -
System Red Green Blue C M Y K H S L
Decimal 2 78 193 0.99 0.60 0 0.24 216.13 0.98 0.38
Hex 2 4E C1 63 3C 0 18 D8 62 26
Octal 2 116 301 143 74 0 30 330 142 46
Binary 10 1001110 11000001 1100011 111100 0 11000 11011000 1100010 100110

Color Harmonies of #024EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EC1

Black with #024EC1

Text Example


Text Example

White with #024EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024EC1; }

 p { color: rgb(2,78,193); }

 H1.HeaderClassName
 {
   color: #024EC1;
 }
 .AnyTagClassName
 {
   color: #024EC1;
 }
</style>

background-color css

<style>
 a { background-color: #024EC1; }

 a { background-color: rgb(2,78,193); }

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

border-color css

<style>
 span { border-color: #024EC1; }

 span { border-color: rgb(2,78,193); }

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