Html Css Color HEX #507FCE Havelock Blue

📋 copy color: '#507FCE'

red 80 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #507FCE

Tints of Havelock Blue #507FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 30.75%

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 19.37%
G = 30.75%
B = 49.88%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#507FCE (or 0x507FCE) is known color: Havelock Blue. HEX triplet: 50, 7F and CE. RGB value is (80,127,206). Sum of RGB (Red+Green+Blue) = 80+127+206=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #507FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FCE is #AF8031. Grayscale: #797979. Windows color (decimal): -11501618 or 13533008. OLE color: 13533008.

HSL color Cylindrical-coordinate representation of color #507FCE: hue angle of 217.62º degrees, saturation: 0.56, 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 #507FCE is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 127 206 -
CMYK 0.61 0.38 0 0.19
HSL 217.62º 0.56% 0.56% -
HSV(B) 217.62º 0.61% 0.81% -
XYZ 22.04 21.34 61.35 -
YUV 121.95 175.43 98.08 -
System Red Green Blue C M Y K H S L
Decimal 80 127 206 0.61 0.38 0 0.19 217.62 0.56 0.56
Hex 50 7F CE 3D 26 0 13 DA 38 38
Octal 120 177 316 75 46 0 23 332 70 70
Binary 1010000 1111111 11001110 111101 100110 0 10011 11011010 111000 111000

Color Harmonies of #507FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FCE

Black with #507FCE

Text Example


Text Example

White with #507FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,206); }

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

background-color css

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

 a { background-color: rgb(80,127,206); }

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

border-color css

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

 span { border-color: rgb(80,127,206); }

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