Html Css Color HEX #508CCF Havelock Blue

📋 copy color: '#508CCF'

red 80 ◦ green 140 ◦ blue 207

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

Shades of Havelock Blue #508CCF

Tints of Havelock Blue #508CCF

RGB

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

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

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

R = 18.74%
G = 32.79%
B = 48.48%

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

#508CCF (or 0x508CCF) is known color: Havelock Blue. HEX triplet: 50, 8C and CF. RGB value is (80,140,207). Sum of RGB (Red+Green+Blue) = 80+140+207=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #508CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CCF is #AF7330. Grayscale: #818181. Windows color (decimal): -11498289 or 13601872. OLE color: 13601872.

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

Color convert

RGB 80 140 207 -
CMYK 0.61 0.32 0 0.19
HSL 211.65º 0.57% 0.56% -
HSV(B) 211.65º 0.61% 0.81% -
XYZ 23.95 24.97 62.59 -
YUV 129.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 80 140 207 0.61 0.32 0 0.19 211.65 0.57 0.56
Hex 50 8C CF 3D 20 0 13 D4 39 38
Octal 120 214 317 75 40 0 23 324 71 70
Binary 1010000 10001100 11001111 111101 100000 0 10011 11010100 111001 111000

Color Harmonies of #508CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CCF

Black with #508CCF

Text Example


Text Example

White with #508CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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