Html Css Color HEX #507BBC Havelock Blue

📋 copy color: '#507BBC'

red 80 ◦ green 123 ◦ blue 188

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

Shades of Havelock Blue #507BBC

Tints of Havelock Blue #507BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 20.46%
G = 31.46%
B = 48.08%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#507BBC (or 0x507BBC) is known color: Havelock Blue. HEX triplet: 50, 7B and BC. RGB value is (80,123,188). Sum of RGB (Red+Green+Blue) = 80+123+188=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #507BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BBC is #AF8443. Grayscale: #757575. Windows color (decimal): -11502660 or 12352336. OLE color: 12352336.

HSL color Cylindrical-coordinate representation of color #507BBC: hue angle of 216.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507BBC is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 123 188 -
CMYK 0.57 0.35 0 0.26
HSL 216.11º 0.45% 0.53% -
HSV(B) 216.11º 0.57% 0.74% -
XYZ 19.47 19.5 50.32 -
YUV 117.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 80 123 188 0.57 0.35 0 0.26 216.11 0.45 0.53
Hex 50 7B BC 39 23 0 1A D8 2D 35
Octal 120 173 274 71 43 0 32 330 55 65
Binary 1010000 1111011 10111100 111001 100011 0 11010 11011000 101101 110101

Color Harmonies of #507BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BBC

Black with #507BBC

Text Example


Text Example

White with #507BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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