Html Css Color HEX #507DD3 Havelock Blue

📋 copy color: '#507DD3'

red 80 ◦ green 125 ◦ blue 211

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

Shades of Havelock Blue #507DD3

Tints of Havelock Blue #507DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.72%

R = 19.23%
G = 30.05%
B = 50.72%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#507DD3 (or 0x507DD3) is known color: Havelock Blue. HEX triplet: 50, 7D and D3. RGB value is (80,125,211). Sum of RGB (Red+Green+Blue) = 80+125+211=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #507DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DD3 is #AF822C. Grayscale: #787878. Windows color (decimal): -11502125 or 13860176. OLE color: 13860176.

HSL color Cylindrical-coordinate representation of color #507DD3: hue angle of 219.39º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #507DD3 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 125 211 -
CMYK 0.62 0.41 0 0.17
HSL 219.39º 0.6% 0.57% -
HSV(B) 219.39º 0.62% 0.83% -
XYZ 22.4 21.08 64.52 -
YUV 121.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 80 125 211 0.62 0.41 0 0.17 219.39 0.6 0.57
Hex 50 7D D3 3E 29 0 11 DB 3C 39
Octal 120 175 323 76 51 0 21 333 74 71
Binary 1010000 1111101 11010011 111110 101001 0 10001 11011011 111100 111001

Color Harmonies of #507DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DD3

Black with #507DD3

Text Example


Text Example

White with #507DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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