Html Css Color HEX #507DCC Havelock Blue

📋 copy color: '#507DCC'

red 80 ◦ green 125 ◦ blue 204

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

Shades of Havelock Blue #507DCC

Tints of Havelock Blue #507DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 19.56%
G = 30.56%
B = 49.88%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#507DCC (or 0x507DCC) is known color: Havelock Blue. HEX triplet: 50, 7D and CC. RGB value is (80,125,204). Sum of RGB (Red+Green+Blue) = 80+125+204=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #507DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DCC is #AF8233. Grayscale: #787878. Windows color (decimal): -11502132 or 13401424. OLE color: 13401424.

HSL color Cylindrical-coordinate representation of color #507DCC: hue angle of 218.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #507DCC is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 125 204 -
CMYK 0.61 0.39 0 0.2
HSL 218.23º 0.55% 0.56% -
HSV(B) 218.23º 0.61% 0.8% -
XYZ 21.54 20.73 59.99 -
YUV 120.55 175.09 99.08 -
System Red Green Blue C M Y K H S L
Decimal 80 125 204 0.61 0.39 0 0.2 218.23 0.55 0.56
Hex 50 7D CC 3D 27 0 14 DA 37 38
Octal 120 175 314 75 47 0 24 332 67 70
Binary 1010000 1111101 11001100 111101 100111 0 10100 11011010 110111 111000

Color Harmonies of #507DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DCC

Black with #507DCC

Text Example


Text Example

White with #507DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507DCC; }

 p { color: rgb(80,125,204); }

 H1.HeaderClassName
 {
   color: #507DCC;
 }
 .AnyTagClassName
 {
   color: #507DCC;
 }
</style>

background-color css

<style>
 a { background-color: #507DCC; }

 a { background-color: rgb(80,125,204); }

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

border-color css

<style>
 span { border-color: #507DCC; }

 span { border-color: rgb(80,125,204); }

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