Html Css Color HEX #5085CB Havelock Blue

📋 copy color: '#5085CB'

red 80 ◦ green 133 ◦ blue 203

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

Shades of Havelock Blue #5085CB

Tints of Havelock Blue #5085CB

RGB

 RED value IS 80 (31.64% from 255) = 19.23%

 GREEN value IS 133 (52.34% from 255) = 31.97%

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 19.23%
G = 31.97%
B = 48.8%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5085CB (or 0x5085CB) is known color: Havelock Blue. HEX triplet: 50, 85 and CB. RGB value is (80,133,203). Sum of RGB (Red+Green+Blue) = 80+133+203=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #5085CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5085CB is #AF7A34. Grayscale: #7C7C7C. Windows color (decimal): -11500085 or 13337936. OLE color: 13337936.

HSL color Cylindrical-coordinate representation of color #5085CB: hue angle of 214.15º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5085CB is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 133 203 -
CMYK 0.61 0.34 0 0.20
HSL 214.15º 0.54% 0.55% -
HSV(B) 214.15º 0.61% 0.8% -
XYZ 22.48 22.79 59.71 -
YUV 125.13 171.94 95.81 -
System Red Green Blue C M Y K H S L
Decimal 80 133 203 0.61 0.34 0 0.20 214.15 0.54 0.55
Hex 50 85 CB 3D 22 0 14 D6 36 37
Octal 120 205 313 75 42 0 24 326 66 67
Binary 1010000 10000101 11001011 111101 100010 0 10100 11010110 110110 110111

Color Harmonies of #5085CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5085CB

Black with #5085CB

Text Example


Text Example

White with #5085CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5085CB; }

 p { color: rgb(80,133,203); }

 H1.HeaderClassName
 {
   color: #5085CB;
 }
 .AnyTagClassName
 {
   color: #5085CB;
 }
</style>

background-color css

<style>
 a { background-color: #5085CB; }

 a { background-color: rgb(80,133,203); }

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

border-color css

<style>
 span { border-color: #5085CB; }

 span { border-color: rgb(80,133,203); }

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