Html Css Color HEX #506FC8 Havelock Blue

📋 copy color: '#506FC8'

red 80 ◦ green 111 ◦ blue 200

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

Shades of Havelock Blue #506FC8

Tints of Havelock Blue #506FC8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.39%

 BLUE value IS 200 (78.52% from 255) = 51.15%

R = 20.46%
G = 28.39%
B = 51.15%

CMYK

 C value IS 0.6

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#506FC8 (or 0x506FC8) is known color: Havelock Blue. HEX triplet: 50, 6F and C8. RGB value is (80,111,200). Sum of RGB (Red+Green+Blue) = 80+111+200=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #506FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FC8 is #AF9037. Grayscale: #6F6F6F. Windows color (decimal): -11505720 or 13135696. OLE color: 13135696.

HSL color Cylindrical-coordinate representation of color #506FC8: hue angle of 224.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #506FC8 is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 111 200 -
CMYK 0.6 0.44 0 0.22
HSL 224.5º 0.52% 0.55% -
HSV(B) 224.5º 0.6% 0.78% -
XYZ 19.42 17.24 56.95 -
YUV 111.88 177.73 105.26 -
System Red Green Blue C M Y K H S L
Decimal 80 111 200 0.6 0.44 0 0.22 224.5 0.52 0.55
Hex 50 6F C8 3C 2C 0 16 E0 34 37
Octal 120 157 310 74 54 0 26 340 64 67
Binary 1010000 1101111 11001000 111100 101100 0 10110 11100000 110100 110111

Color Harmonies of #506FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FC8

Black with #506FC8

Text Example


Text Example

White with #506FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506FC8; }

 p { color: rgb(80,111,200); }

 H1.HeaderClassName
 {
   color: #506FC8;
 }
 .AnyTagClassName
 {
   color: #506FC8;
 }
</style>

background-color css

<style>
 a { background-color: #506FC8; }

 a { background-color: rgb(80,111,200); }

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

border-color css

<style>
 span { border-color: #506FC8; }

 span { border-color: rgb(80,111,200); }

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