Html Css Color HEX #0550BD Cobalt

📋 copy color: '#0550BD'

red 5 ◦ green 80 ◦ blue 189

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

Shades of Cobalt #0550BD

Tints of Cobalt #0550BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 189 (74.22% from 255) = 68.98%

R = 1.82%
G = 29.2%
B = 68.98%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0550BD (or 0x0550BD) is known color: Cobalt. HEX triplet: 05, 50 and BD. RGB value is (5,80,189). Sum of RGB (Red+Green+Blue) = 5+80+189=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #0550BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0550BD is #FAAF42. Grayscale: #454545. Windows color (decimal): -16428867 or 12406789. OLE color: 12406789.

HSL color Cylindrical-coordinate representation of color #0550BD: hue angle of 215.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0550BD is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 80 189 -
CMYK 0.97 0.58 0 0.26
HSL 215.54º 0.95% 0.38% -
HSV(B) 215.54º 0.97% 0.74% -
XYZ 12.12 9.44 49.33 -
YUV 70 195.15 81.64 -
System Red Green Blue C M Y K H S L
Decimal 5 80 189 0.97 0.58 0 0.26 215.54 0.95 0.38
Hex 5 50 BD 61 3A 0 1A D8 5F 26
Octal 5 120 275 141 72 0 32 330 137 46
Binary 101 1010000 10111101 1100001 111010 0 11010 11011000 1011111 100110

Color Harmonies of #0550BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0550BD

Black with #0550BD

Text Example


Text Example

White with #0550BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0550BD; }

 p { color: rgb(5,80,189); }

 H1.HeaderClassName
 {
   color: #0550BD;
 }
 .AnyTagClassName
 {
   color: #0550BD;
 }
</style>

background-color css

<style>
 a { background-color: #0550BD; }

 a { background-color: rgb(5,80,189); }

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

border-color css

<style>
 span { border-color: #0550BD; }

 span { border-color: rgb(5,80,189); }

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