Html Css Color HEX #054CC5 Cobalt

📋 copy color: '#054CC5'

red 5 ◦ green 76 ◦ blue 197

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

Shades of Cobalt #054CC5

Tints of Cobalt #054CC5

RGB

 RED value IS 5 (2.34% from 255) = 1.8%

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

 BLUE value IS 197 (77.34% from 255) = 70.86%

R = 1.8%
G = 27.34%
B = 70.86%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#054CC5 (or 0x054CC5) is known color: Cobalt. HEX triplet: 05, 4C and C5. RGB value is (5,76,197). Sum of RGB (Red+Green+Blue) = 5+76+197=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 197 (77.34% from 255 or 70.86% from 278); Max value from RGB is 197 - color contains mainly: blue. Hex color #054CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CC5 is #FAB33A. Grayscale: #444444. Windows color (decimal): -16429883 or 12930053. OLE color: 12930053.

HSL color Cylindrical-coordinate representation of color #054CC5: hue angle of 217.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054CC5 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 76 197 -
CMYK 0.97 0.61 0 0.23
HSL 217.81º 0.95% 0.4% -
HSV(B) 217.81º 0.97% 0.77% -
XYZ 12.73 9.23 53.93 -
YUV 68.57 200.48 82.66 -
System Red Green Blue C M Y K H S L
Decimal 5 76 197 0.97 0.61 0 0.23 217.81 0.95 0.4
Hex 5 4C C5 61 3D 0 17 DA 5F 28
Octal 5 114 305 141 75 0 27 332 137 50
Binary 101 1001100 11000101 1100001 111101 0 10111 11011010 1011111 101000

Color Harmonies of #054CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CC5

Black with #054CC5

Text Example


Text Example

White with #054CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054CC5; }

 p { color: rgb(5,76,197); }

 H1.HeaderClassName
 {
   color: #054CC5;
 }
 .AnyTagClassName
 {
   color: #054CC5;
 }
</style>

background-color css

<style>
 a { background-color: #054CC5; }

 a { background-color: rgb(5,76,197); }

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

border-color css

<style>
 span { border-color: #054CC5; }

 span { border-color: rgb(5,76,197); }

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