Html Css Color HEX #507DC8 Havelock Blue

📋 copy color: '#507DC8'

red 80 ◦ green 125 ◦ blue 200

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

Shades of Havelock Blue #507DC8

Tints of Havelock Blue #507DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.38%

R = 19.75%
G = 30.86%
B = 49.38%

CMYK

 C value IS 0.6

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#507DC8 (or 0x507DC8) is known color: Havelock Blue. HEX triplet: 50, 7D and C8. RGB value is (80,125,200). Sum of RGB (Red+Green+Blue) = 80+125+200=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #507DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DC8 is #AF8237. Grayscale: #777777. Windows color (decimal): -11502136 or 13139280. OLE color: 13139280.

HSL color Cylindrical-coordinate representation of color #507DC8: hue angle of 217.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #507DC8 is Cyan = 0.6, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 125 200 -
CMYK 0.6 0.38 0 0.22
HSL 217.5º 0.52% 0.55% -
HSV(B) 217.5º 0.6% 0.78% -
XYZ 21.07 20.54 57.5 -
YUV 120.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 80 125 200 0.6 0.38 0 0.22 217.5 0.52 0.55
Hex 50 7D C8 3C 26 0 16 DA 34 37
Octal 120 175 310 74 46 0 26 332 64 67
Binary 1010000 1111101 11001000 111100 100110 0 10110 11011010 110100 110111

Color Harmonies of #507DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DC8

Black with #507DC8

Text Example


Text Example

White with #507DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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