Html Css Color HEX #024FBA Cobalt

📋 copy color: '#024FBA'

red 2 ◦ green 79 ◦ blue 186

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

Shades of Cobalt #024FBA

Tints of Cobalt #024FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.59%

 BLUE value IS 186 (73.05% from 255) = 69.66%

R = 0.75%
G = 29.59%
B = 69.66%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#024FBA (or 0x024FBA) is known color: Cobalt. HEX triplet: 02, 4F and BA. RGB value is (2,79,186). Sum of RGB (Red+Green+Blue) = 2+79+186=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #024FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FBA is #FDB045. Grayscale: #434343. Windows color (decimal): -16625734 or 12209922. OLE color: 12209922.

HSL color Cylindrical-coordinate representation of color #024FBA: hue angle of 214.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FBA is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 79 186 -
CMYK 0.99 0.58 0 0.27
HSL 214.89º 0.98% 0.37% -
HSV(B) 214.89º 0.99% 0.73% -
XYZ 11.68 9.15 47.6 -
YUV 68.18 194.49 80.8 -
System Red Green Blue C M Y K H S L
Decimal 2 79 186 0.99 0.58 0 0.27 214.89 0.98 0.37
Hex 2 4F BA 63 3A 0 1B D7 62 25
Octal 2 117 272 143 72 0 33 327 142 45
Binary 10 1001111 10111010 1100011 111010 0 11011 11010111 1100010 100101

Color Harmonies of #024FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FBA

Black with #024FBA

Text Example


Text Example

White with #024FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,79,186); }

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

background-color css

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

 a { background-color: rgb(2,79,186); }

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

border-color css

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

 span { border-color: rgb(2,79,186); }

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