Html Css Color HEX #5285DC Havelock Blue

📋 copy color: '#5285DC'

red 82 ◦ green 133 ◦ blue 220

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

Shades of Havelock Blue #5285DC

Tints of Havelock Blue #5285DC

RGB

 RED value IS 82 (32.42% from 255) = 18.85%

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 18.85%
G = 30.57%
B = 50.57%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5285DC (or 0x5285DC) is known color: Havelock Blue. HEX triplet: 52, 85 and DC. RGB value is (82,133,220). Sum of RGB (Red+Green+Blue) = 82+133+220=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #5285DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5285DC is #AD7A23. Grayscale: #7F7F7F. Windows color (decimal): -11368996 or 14452050. OLE color: 14452050.

HSL color Cylindrical-coordinate representation of color #5285DC: hue angle of 217.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5285DC is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 133 220 -
CMYK 0.63 0.40 0 0.14
HSL 217.83º 0.66% 0.59% -
HSV(B) 217.83º 0.63% 0.86% -
XYZ 24.79 23.74 70.99 -
YUV 127.67 180.1 95.43 -
System Red Green Blue C M Y K H S L
Decimal 82 133 220 0.63 0.40 0 0.14 217.83 0.66 0.59
Hex 52 85 DC 3F 28 0 E DA 42 3B
Octal 122 205 334 77 50 0 16 332 102 73
Binary 1010010 10000101 11011100 111111 101000 0 1110 11011010 1000010 111011

Color Harmonies of #5285DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5285DC

Black with #5285DC

Text Example


Text Example

White with #5285DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5285DC; }

 p { color: rgb(82,133,220); }

 H1.HeaderClassName
 {
   color: #5285DC;
 }
 .AnyTagClassName
 {
   color: #5285DC;
 }
</style>

background-color css

<style>
 a { background-color: #5285DC; }

 a { background-color: rgb(82,133,220); }

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

border-color css

<style>
 span { border-color: #5285DC; }

 span { border-color: rgb(82,133,220); }

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