Html Css Color HEX #507CBA Havelock Blue

📋 copy color: '#507CBA'

red 80 ◦ green 124 ◦ blue 186

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

Shades of Havelock Blue #507CBA

Tints of Havelock Blue #507CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

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

R = 20.51%
G = 31.79%
B = 47.69%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#507CBA (or 0x507CBA) is known color: Havelock Blue. HEX triplet: 50, 7C and BA. RGB value is (80,124,186). Sum of RGB (Red+Green+Blue) = 80+124+186=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #507CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CBA is #AF8345. Grayscale: #757575. Windows color (decimal): -11502406 or 12221520. OLE color: 12221520.

HSL color Cylindrical-coordinate representation of color #507CBA: hue angle of 215.09º 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 #507CBA is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 124 186 -
CMYK 0.57 0.33 0 0.27
HSL 215.09º 0.43% 0.52% -
HSV(B) 215.09º 0.57% 0.73% -
XYZ 19.38 19.67 49.23 -
YUV 117.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 80 124 186 0.57 0.33 0 0.27 215.09 0.43 0.52
Hex 50 7C BA 39 21 0 1B D7 2B 34
Octal 120 174 272 71 41 0 33 327 53 64
Binary 1010000 1111100 10111010 111001 100001 0 11011 11010111 101011 110100

Color Harmonies of #507CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CBA

Black with #507CBA

Text Example


Text Example

White with #507CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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