Html Css Color HEX #507BBA Havelock Blue

📋 copy color: '#507BBA'

red 80 ◦ green 123 ◦ blue 186

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

Shades of Havelock Blue #507BBA

Tints of Havelock Blue #507BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 20.57%
G = 31.62%
B = 47.81%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#507BBA (or 0x507BBA) is known color: Havelock Blue. HEX triplet: 50, 7B and BA. RGB value is (80,123,186). Sum of RGB (Red+Green+Blue) = 80+123+186=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #507BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BBA is #AF8445. Grayscale: #757575. Windows color (decimal): -11502662 or 12221264. OLE color: 12221264.

HSL color Cylindrical-coordinate representation of color #507BBA: hue angle of 215.66º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507BBA is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 123 186 -
CMYK 0.57 0.34 0 0.27
HSL 215.66º 0.43% 0.52% -
HSV(B) 215.66º 0.57% 0.73% -
XYZ 19.25 19.42 49.19 -
YUV 117.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 80 123 186 0.57 0.34 0 0.27 215.66 0.43 0.52
Hex 50 7B BA 39 22 0 1B D8 2B 34
Octal 120 173 272 71 42 0 33 330 53 64
Binary 1010000 1111011 10111010 111001 100010 0 11011 11011000 101011 110100

Color Harmonies of #507BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BBA

Black with #507BBA

Text Example


Text Example

White with #507BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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