Html Css Color HEX #507BC3 Havelock Blue

📋 copy color: '#507BC3'

red 80 ◦ green 123 ◦ blue 195

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

Shades of Havelock Blue #507BC3

Tints of Havelock Blue #507BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.99%

R = 20.1%
G = 30.9%
B = 48.99%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#507BC3 (or 0x507BC3) is known color: Havelock Blue. HEX triplet: 50, 7B and C3. RGB value is (80,123,195). Sum of RGB (Red+Green+Blue) = 80+123+195=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #507BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BC3 is #AF843C. Grayscale: #767676. Windows color (decimal): -11502653 or 12811088. OLE color: 12811088.

HSL color Cylindrical-coordinate representation of color #507BC3: hue angle of 217.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #507BC3 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 123 195 -
CMYK 0.59 0.37 0 0.24
HSL 217.57º 0.49% 0.54% -
HSV(B) 217.57º 0.59% 0.76% -
XYZ 20.24 19.81 54.39 -
YUV 118.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 80 123 195 0.59 0.37 0 0.24 217.57 0.49 0.54
Hex 50 7B C3 3B 25 0 18 DA 31 36
Octal 120 173 303 73 45 0 30 332 61 66
Binary 1010000 1111011 11000011 111011 100101 0 11000 11011010 110001 110110

Color Harmonies of #507BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BC3

Black with #507BC3

Text Example


Text Example

White with #507BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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