Html Css Color HEX #527DCF Havelock Blue

📋 copy color: '#527DCF'

red 82 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #527DCF

Tints of Havelock Blue #527DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.19%

 BLUE value IS 207 (81.25% from 255) = 50%

R = 19.81%
G = 30.19%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#527DCF (or 0x527DCF) is known color: Havelock Blue. HEX triplet: 52, 7D and CF. RGB value is (82,125,207). Sum of RGB (Red+Green+Blue) = 82+125+207=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #527DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DCF is #AD8230. Grayscale: #797979. Windows color (decimal): -11371057 or 13598034. OLE color: 13598034.

HSL color Cylindrical-coordinate representation of color #527DCF: hue angle of 219.36º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527DCF is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 125 207 -
CMYK 0.60 0.40 0 0.19
HSL 219.36º 0.57% 0.57% -
HSV(B) 219.36º 0.6% 0.81% -
XYZ 22.08 20.97 61.91 -
YUV 121.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 82 125 207 0.60 0.40 0 0.19 219.36 0.57 0.57
Hex 52 7D CF 3C 28 0 13 DB 39 39
Octal 122 175 317 74 50 0 23 333 71 71
Binary 1010010 1111101 11001111 111100 101000 0 10011 11011011 111001 111001

Color Harmonies of #527DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DCF

Black with #527DCF

Text Example


Text Example

White with #527DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,125,207); }

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

background-color css

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

 a { background-color: rgb(82,125,207); }

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

border-color css

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

 span { border-color: rgb(82,125,207); }

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