Html Css Color HEX #508ECE Havelock Blue

📋 copy color: '#508ECE'

red 80 ◦ green 142 ◦ blue 206

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

Shades of Havelock Blue #508ECE

Tints of Havelock Blue #508ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.18%

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

R = 18.69%
G = 33.18%
B = 48.13%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#508ECE (or 0x508ECE) is known color: Havelock Blue. HEX triplet: 50, 8E and CE. RGB value is (80,142,206). Sum of RGB (Red+Green+Blue) = 80+142+206=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #508ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ECE is #AF7131. Grayscale: #828282. Windows color (decimal): -11497778 or 13536848. OLE color: 13536848.

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

Color convert

RGB 80 142 206 -
CMYK 0.61 0.31 0 0.19
HSL 210.48º 0.56% 0.56% -
HSV(B) 210.48º 0.61% 0.81% -
XYZ 24.12 25.51 62.04 -
YUV 130.76 170.46 91.8 -
System Red Green Blue C M Y K H S L
Decimal 80 142 206 0.61 0.31 0 0.19 210.48 0.56 0.56
Hex 50 8E CE 3D 1F 0 13 D2 38 38
Octal 120 216 316 75 37 0 23 322 70 70
Binary 1010000 10001110 11001110 111101 11111 0 10011 11010010 111000 111000

Color Harmonies of #508ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ECE

Black with #508ECE

Text Example


Text Example

White with #508ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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