Html Css Color HEX #507BCD Havelock Blue

📋 copy color: '#507BCD'

red 80 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #507BCD

Tints of Havelock Blue #507BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 19.61%
G = 30.15%
B = 50.25%

CMYK

 C value IS 0.61

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#507BCD (or 0x507BCD) is known color: Havelock Blue. HEX triplet: 50, 7B and CD. RGB value is (80,123,205). Sum of RGB (Red+Green+Blue) = 80+123+205=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #507BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BCD is #AF8432. Grayscale: #777777. Windows color (decimal): -11502643 or 13466448. OLE color: 13466448.

HSL color Cylindrical-coordinate representation of color #507BCD: hue angle of 219.36º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #507BCD is Cyan = 0.61, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 123 205 -
CMYK 0.61 0.4 0 0.20
HSL 219.36º 0.56% 0.56% -
HSV(B) 219.36º 0.61% 0.8% -
XYZ 21.41 20.28 60.54 -
YUV 119.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 80 123 205 0.61 0.4 0 0.20 219.36 0.56 0.56
Hex 50 7B CD 3D 28 0 14 DB 38 38
Octal 120 173 315 75 50 0 24 333 70 70
Binary 1010000 1111011 11001101 111101 101000 0 10100 11011011 111000 111000

Color Harmonies of #507BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BCD

Black with #507BCD

Text Example


Text Example

White with #507BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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