Html Css Color HEX #518DCC Havelock Blue

📋 copy color: '#518DCC'

red 81 ◦ green 141 ◦ blue 204

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

Shades of Havelock Blue #518DCC

Tints of Havelock Blue #518DCC

RGB

 RED value IS 81 (32.03% from 255) = 19.01%

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 19.01%
G = 33.1%
B = 47.89%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#518DCC (or 0x518DCC) is known color: Havelock Blue. HEX triplet: 51, 8D and CC. RGB value is (81,141,204). Sum of RGB (Red+Green+Blue) = 81+141+204=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #518DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DCC is #AE7233. Grayscale: #818181. Windows color (decimal): -11432500 or 13405521. OLE color: 13405521.

HSL color Cylindrical-coordinate representation of color #518DCC: hue angle of 210.73º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518DCC is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 141 204 -
CMYK 0.60 0.31 0 0.2
HSL 210.73º 0.55% 0.56% -
HSV(B) 210.73º 0.6% 0.8% -
XYZ 23.82 25.16 60.73 -
YUV 130.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 81 141 204 0.60 0.31 0 0.2 210.73 0.55 0.56
Hex 51 8D CC 3C 1F 0 14 D3 37 38
Octal 121 215 314 74 37 0 24 323 67 70
Binary 1010001 10001101 11001100 111100 11111 0 10100 11010011 110111 111000

Color Harmonies of #518DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DCC

Black with #518DCC

Text Example


Text Example

White with #518DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518DCC; }

 p { color: rgb(81,141,204); }

 H1.HeaderClassName
 {
   color: #518DCC;
 }
 .AnyTagClassName
 {
   color: #518DCC;
 }
</style>

background-color css

<style>
 a { background-color: #518DCC; }

 a { background-color: rgb(81,141,204); }

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

border-color css

<style>
 span { border-color: #518DCC; }

 span { border-color: rgb(81,141,204); }

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