Html Css Color HEX #507BB8 Havelock Blue

📋 copy color: '#507BB8'

red 80 ◦ green 123 ◦ blue 184

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

Shades of Havelock Blue #507BB8

Tints of Havelock Blue #507BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.55%

R = 20.67%
G = 31.78%
B = 47.55%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#507BB8 (or 0x507BB8) is known color: Havelock Blue. HEX triplet: 50, 7B and B8. RGB value is (80,123,184). Sum of RGB (Red+Green+Blue) = 80+123+184=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #507BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BB8 is #AF8447. Grayscale: #747474. Windows color (decimal): -11502664 or 12090192. OLE color: 12090192.

HSL color Cylindrical-coordinate representation of color #507BB8: hue angle of 215.19º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507BB8 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 123 184 -
CMYK 0.57 0.33 0 0.28
HSL 215.19º 0.42% 0.52% -
HSV(B) 215.19º 0.57% 0.72% -
XYZ 19.04 19.33 48.08 -
YUV 117.1 165.75 101.54 -
System Red Green Blue C M Y K H S L
Decimal 80 123 184 0.57 0.33 0 0.28 215.19 0.42 0.52
Hex 50 7B B8 39 21 0 1C D7 2A 34
Octal 120 173 270 71 41 0 34 327 52 64
Binary 1010000 1111011 10111000 111001 100001 0 11100 11010111 101010 110100

Color Harmonies of #507BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BB8

Black with #507BB8

Text Example


Text Example

White with #507BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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