Html Css Color HEX #527FDA Havelock Blue

📋 copy color: '#527FDA'

red 82 ◦ green 127 ◦ blue 218

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

Shades of Havelock Blue #527FDA

Tints of Havelock Blue #527FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 19.2%
G = 29.74%
B = 51.05%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#527FDA (or 0x527FDA) is known color: Havelock Blue. HEX triplet: 52, 7F and DA. RGB value is (82,127,218). Sum of RGB (Red+Green+Blue) = 82+127+218=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #527FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FDA is #AD8025. Grayscale: #7B7B7B. Windows color (decimal): -11370534 or 14319442. OLE color: 14319442.

HSL color Cylindrical-coordinate representation of color #527FDA: hue angle of 220.15º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #527FDA is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 127 218 -
CMYK 0.62 0.42 0 0.15
HSL 220.15º 0.65% 0.59% -
HSV(B) 220.15º 0.62% 0.85% -
XYZ 23.72 22.03 69.33 -
YUV 123.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 82 127 218 0.62 0.42 0 0.15 220.15 0.65 0.59
Hex 52 7F DA 3E 2A 0 F DC 41 3B
Octal 122 177 332 76 52 0 17 334 101 73
Binary 1010010 1111111 11011010 111110 101010 0 1111 11011100 1000001 111011

Color Harmonies of #527FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FDA

Black with #527FDA

Text Example


Text Example

White with #527FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527FDA; }

 p { color: rgb(82,127,218); }

 H1.HeaderClassName
 {
   color: #527FDA;
 }
 .AnyTagClassName
 {
   color: #527FDA;
 }
</style>

background-color css

<style>
 a { background-color: #527FDA; }

 a { background-color: rgb(82,127,218); }

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

border-color css

<style>
 span { border-color: #527FDA; }

 span { border-color: rgb(82,127,218); }

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