Html Css Color HEX #508CCE Havelock Blue

📋 copy color: '#508CCE'

red 80 ◦ green 140 ◦ blue 206

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

Shades of Havelock Blue #508CCE

Tints of Havelock Blue #508CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.86%

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

R = 18.78%
G = 32.86%
B = 48.36%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#508CCE (or 0x508CCE) is known color: Havelock Blue. HEX triplet: 50, 8C and CE. RGB value is (80,140,206). Sum of RGB (Red+Green+Blue) = 80+140+206=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #508CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CCE is #AF7331. Grayscale: #818181. Windows color (decimal): -11498290 or 13536336. OLE color: 13536336.

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

Color convert

RGB 80 140 206 -
CMYK 0.61 0.32 0 0.19
HSL 211.43º 0.56% 0.56% -
HSV(B) 211.43º 0.61% 0.81% -
XYZ 23.83 24.92 61.95 -
YUV 129.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 80 140 206 0.61 0.32 0 0.19 211.43 0.56 0.56
Hex 50 8C CE 3D 20 0 13 D3 38 38
Octal 120 214 316 75 40 0 23 323 70 70
Binary 1010000 10001100 11001110 111101 100000 0 10011 11010011 111000 111000

Color Harmonies of #508CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CCE

Black with #508CCE

Text Example


Text Example

White with #508CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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