Html Css Color HEX #508DCF Havelock Blue

📋 copy color: '#508DCF'

red 80 ◦ green 141 ◦ blue 207

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

Shades of Havelock Blue #508DCF

Tints of Havelock Blue #508DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.94%

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

R = 18.69%
G = 32.94%
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

#508DCF (or 0x508DCF) is known color: Havelock Blue. HEX triplet: 50, 8D and CF. RGB value is (80,141,207). Sum of RGB (Red+Green+Blue) = 80+141+207=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #508DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DCF is #AF7230. Grayscale: #818181. Windows color (decimal): -11498033 or 13602128. OLE color: 13602128.

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

Color convert

RGB 80 141 207 -
CMYK 0.61 0.32 0 0.19
HSL 211.18º 0.57% 0.56% -
HSV(B) 211.18º 0.61% 0.81% -
XYZ 24.1 25.26 62.64 -
YUV 130.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 80 141 207 0.61 0.32 0 0.19 211.18 0.57 0.56
Hex 50 8D CF 3D 20 0 13 D3 39 38
Octal 120 215 317 75 40 0 23 323 71 70
Binary 1010000 10001101 11001111 111101 100000 0 10011 11010011 111001 111000

Color Harmonies of #508DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DCF

Black with #508DCF

Text Example


Text Example

White with #508DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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