Html Css Color HEX #506FBA Havelock Blue

📋 copy color: '#506FBA'

red 80 ◦ green 111 ◦ blue 186

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

Shades of Havelock Blue #506FBA

Tints of Havelock Blue #506FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

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

R = 21.22%
G = 29.44%
B = 49.34%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#506FBA (or 0x506FBA) is known color: Havelock Blue. HEX triplet: 50, 6F and BA. RGB value is (80,111,186). Sum of RGB (Red+Green+Blue) = 80+111+186=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #506FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FBA is #AF9045. Grayscale: #6D6D6D. Windows color (decimal): -11505734 or 12218192. OLE color: 12218192.

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

Color convert

RGB 80 111 186 -
CMYK 0.57 0.40 0 0.27
HSL 222.45º 0.43% 0.52% -
HSV(B) 222.45º 0.57% 0.73% -
XYZ 17.86 16.62 48.72 -
YUV 110.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 80 111 186 0.57 0.40 0 0.27 222.45 0.43 0.52
Hex 50 6F BA 39 28 0 1B DE 2B 34
Octal 120 157 272 71 50 0 33 336 53 64
Binary 1010000 1101111 10111010 111001 101000 0 11011 11011110 101011 110100

Color Harmonies of #506FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FBA

Black with #506FBA

Text Example


Text Example

White with #506FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506FBA; }

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

 H1.HeaderClassName
 {
   color: #506FBA;
 }
 .AnyTagClassName
 {
   color: #506FBA;
 }
</style>

background-color css

<style>
 a { background-color: #506FBA; }

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

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

border-color css

<style>
 span { border-color: #506FBA; }

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

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