Html Css Color HEX #024CC1 Cobalt

📋 copy color: '#024CC1'

red 2 ◦ green 76 ◦ blue 193

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

Shades of Cobalt #024CC1

Tints of Cobalt #024CC1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.04%

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

R = 0.74%
G = 28.04%
B = 71.22%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#024CC1 (or 0x024CC1) is known color: Cobalt. HEX triplet: 02, 4C and C1. RGB value is (2,76,193). Sum of RGB (Red+Green+Blue) = 2+76+193=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 193 (75.78% from 255 or 71.22% from 271); Max value from RGB is 193 - color contains mainly: blue. Hex color #024CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CC1 is #FDB33E. Grayscale: #424242. Windows color (decimal): -16626495 or 12667906. OLE color: 12667906.

HSL color Cylindrical-coordinate representation of color #024CC1: hue angle of 216.75º 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 #024CC1 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 76 193 -
CMYK 0.99 0.61 0 0.24
HSL 216.75º 0.98% 0.38% -
HSV(B) 216.75º 0.99% 0.76% -
XYZ 12.24 9.03 51.55 -
YUV 67.21 198.98 81.49 -
System Red Green Blue C M Y K H S L
Decimal 2 76 193 0.99 0.61 0 0.24 216.75 0.98 0.38
Hex 2 4C C1 63 3D 0 18 D9 62 26
Octal 2 114 301 143 75 0 30 331 142 46
Binary 10 1001100 11000001 1100011 111101 0 11000 11011001 1100010 100110

Color Harmonies of #024CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CC1

Black with #024CC1

Text Example


Text Example

White with #024CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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