Html Css Color HEX #507ACB Havelock Blue

📋 copy color: '#507ACB'

red 80 ◦ green 122 ◦ blue 203

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

Shades of Havelock Blue #507ACB

Tints of Havelock Blue #507ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.12%

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 19.75%
G = 30.12%
B = 50.12%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#507ACB (or 0x507ACB) is known color: Havelock Blue. HEX triplet: 50, 7A and CB. RGB value is (80,122,203). Sum of RGB (Red+Green+Blue) = 80+122+203=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #507ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ACB is #AF8534. Grayscale: #767676. Windows color (decimal): -11502901 or 13335120. OLE color: 13335120.

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

Color convert

RGB 80 122 203 -
CMYK 0.61 0.40 0 0.20
HSL 219.51º 0.54% 0.55% -
HSV(B) 219.51º 0.61% 0.8% -
XYZ 21.05 19.94 59.24 -
YUV 118.68 175.59 100.41 -
System Red Green Blue C M Y K H S L
Decimal 80 122 203 0.61 0.40 0 0.20 219.51 0.54 0.55
Hex 50 7A CB 3D 28 0 14 DC 36 37
Octal 120 172 313 75 50 0 24 334 66 67
Binary 1010000 1111010 11001011 111101 101000 0 10100 11011100 110110 110111

Color Harmonies of #507ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507ACB

Black with #507ACB

Text Example


Text Example

White with #507ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,122,203); }

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

background-color css

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

 a { background-color: rgb(80,122,203); }

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

border-color css

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

 span { border-color: rgb(80,122,203); }

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