Html Css Color HEX #508CCD Havelock Blue

📋 copy color: '#508CCD'

red 80 ◦ green 140 ◦ blue 205

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

Shades of Havelock Blue #508CCD

Tints of Havelock Blue #508CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 18.82%
G = 32.94%
B = 48.24%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#508CCD (or 0x508CCD) is known color: Havelock Blue. HEX triplet: 50, 8C and CD. RGB value is (80,140,205). Sum of RGB (Red+Green+Blue) = 80+140+205=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #508CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CCD is #AF7332. Grayscale: #818181. Windows color (decimal): -11498291 or 13470800. OLE color: 13470800.

HSL color Cylindrical-coordinate representation of color #508CCD: hue angle of 211.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508CCD is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 140 205 -
CMYK 0.61 0.32 0 0.20
HSL 211.2º 0.56% 0.56% -
HSV(B) 211.2º 0.61% 0.8% -
XYZ 23.71 24.87 61.31 -
YUV 129.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 80 140 205 0.61 0.32 0 0.20 211.2 0.56 0.56
Hex 50 8C CD 3D 20 0 14 D3 38 38
Octal 120 214 315 75 40 0 24 323 70 70
Binary 1010000 10001100 11001101 111101 100000 0 10100 11010011 111000 111000

Color Harmonies of #508CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CCD

Black with #508CCD

Text Example


Text Example

White with #508CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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