Html Css Color HEX #507CCF Havelock Blue

📋 copy color: '#507CCF'

red 80 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #507CCF

Tints of Havelock Blue #507CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.17%

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

R = 19.46%
G = 30.17%
B = 50.36%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#507CCF (or 0x507CCF) is known color: Havelock Blue. HEX triplet: 50, 7C and CF. RGB value is (80,124,207). Sum of RGB (Red+Green+Blue) = 80+124+207=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #507CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CCF is #AF8330. Grayscale: #777777. Windows color (decimal): -11502385 or 13597776. OLE color: 13597776.

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

Color convert

RGB 80 124 207 -
CMYK 0.61 0.40 0 0.19
HSL 219.21º 0.57% 0.56% -
HSV(B) 219.21º 0.61% 0.81% -
XYZ 21.78 20.63 61.86 -
YUV 120.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 80 124 207 0.61 0.40 0 0.19 219.21 0.57 0.56
Hex 50 7C CF 3D 28 0 13 DB 39 38
Octal 120 174 317 75 50 0 23 333 71 70
Binary 1010000 1111100 11001111 111101 101000 0 10011 11011011 111001 111000

Color Harmonies of #507CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CCF

Black with #507CCF

Text Example


Text Example

White with #507CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,124,207); }

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

background-color css

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

 a { background-color: rgb(80,124,207); }

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

border-color css

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

 span { border-color: rgb(80,124,207); }

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