Html Css Color HEX #508ECF Havelock Blue

📋 copy color: '#508ECF'

red 80 ◦ green 142 ◦ blue 207

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

Shades of Havelock Blue #508ECF

Tints of Havelock Blue #508ECF

RGB

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

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

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

R = 18.65%
G = 33.1%
B = 48.25%

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

#508ECF (or 0x508ECF) is known color: Havelock Blue. HEX triplet: 50, 8E and CF. RGB value is (80,142,207). Sum of RGB (Red+Green+Blue) = 80+142+207=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #508ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ECF is #AF7130. Grayscale: #828282. Windows color (decimal): -11497777 or 13602384. OLE color: 13602384.

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

Color convert

RGB 80 142 207 -
CMYK 0.61 0.31 0 0.19
HSL 210.71º 0.57% 0.56% -
HSV(B) 210.71º 0.61% 0.81% -
XYZ 24.24 25.56 62.69 -
YUV 130.87 170.96 91.71 -
System Red Green Blue C M Y K H S L
Decimal 80 142 207 0.61 0.31 0 0.19 210.71 0.57 0.56
Hex 50 8E CF 3D 1F 0 13 D3 39 38
Octal 120 216 317 75 37 0 23 323 71 70
Binary 1010000 10001110 11001111 111101 11111 0 10011 11010011 111001 111000

Color Harmonies of #508ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ECF

Black with #508ECF

Text Example


Text Example

White with #508ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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