Html Css Color HEX #507ECE Havelock Blue

📋 copy color: '#507ECE'

red 80 ◦ green 126 ◦ blue 206

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

Shades of Havelock Blue #507ECE

Tints of Havelock Blue #507ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.58%

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

R = 19.42%
G = 30.58%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#507ECE (or 0x507ECE) is known color: Havelock Blue. HEX triplet: 50, 7E and CE. RGB value is (80,126,206). Sum of RGB (Red+Green+Blue) = 80+126+206=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #507ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ECE is #AF8131. Grayscale: #787878. Windows color (decimal): -11501874 or 13532752. OLE color: 13532752.

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

Color convert

RGB 80 126 206 -
CMYK 0.61 0.39 0 0.19
HSL 218.1º 0.56% 0.56% -
HSV(B) 218.1º 0.61% 0.81% -
XYZ 21.91 21.08 61.31 -
YUV 121.37 175.76 98.5 -
System Red Green Blue C M Y K H S L
Decimal 80 126 206 0.61 0.39 0 0.19 218.1 0.56 0.56
Hex 50 7E CE 3D 27 0 13 DA 38 38
Octal 120 176 316 75 47 0 23 332 70 70
Binary 1010000 1111110 11001110 111101 100111 0 10011 11011010 111000 111000

Color Harmonies of #507ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507ECE

Black with #507ECE

Text Example


Text Example

White with #507ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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