Html Css Color HEX #507BC8 Havelock Blue

📋 copy color: '#507BC8'

red 80 ◦ green 123 ◦ blue 200

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

Shades of Havelock Blue #507BC8

Tints of Havelock Blue #507BC8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

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

R = 19.85%
G = 30.52%
B = 49.63%

CMYK

 C value IS 0.6

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#507BC8 (or 0x507BC8) is known color: Havelock Blue. HEX triplet: 50, 7B and C8. RGB value is (80,123,200). Sum of RGB (Red+Green+Blue) = 80+123+200=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #507BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BC8 is #AF8437. Grayscale: #767676. Windows color (decimal): -11502648 or 13138768. OLE color: 13138768.

HSL color Cylindrical-coordinate representation of color #507BC8: hue angle of 218.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 #507BC8 is Cyan = 0.6, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 123 200 -
CMYK 0.6 0.38 0 0.22
HSL 218.5º 0.52% 0.55% -
HSV(B) 218.5º 0.6% 0.78% -
XYZ 20.82 20.04 57.41 -
YUV 118.92 173.75 100.24 -
System Red Green Blue C M Y K H S L
Decimal 80 123 200 0.6 0.38 0 0.22 218.5 0.52 0.55
Hex 50 7B C8 3C 26 0 16 DA 34 37
Octal 120 173 310 74 46 0 26 332 64 67
Binary 1010000 1111011 11001000 111100 100110 0 10110 11011010 110100 110111

Color Harmonies of #507BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BC8

Black with #507BC8

Text Example


Text Example

White with #507BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507BC8; }

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

 H1.HeaderClassName
 {
   color: #507BC8;
 }
 .AnyTagClassName
 {
   color: #507BC8;
 }
</style>

background-color css

<style>
 a { background-color: #507BC8; }

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

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

border-color css

<style>
 span { border-color: #507BC8; }

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

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