Html Css Color HEX #506DB9 Chetwode Blue

📋 copy color: '#506DB9'

red 80 ◦ green 109 ◦ blue 185

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

Shades of Chetwode Blue #506DB9

Tints of Chetwode Blue #506DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.14%

 BLUE value IS 185 (72.66% from 255) = 49.47%

R = 21.39%
G = 29.14%
B = 49.47%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#506DB9 (or 0x506DB9) is known color: Chetwode Blue. HEX triplet: 50, 6D and B9. RGB value is (80,109,185). Sum of RGB (Red+Green+Blue) = 80+109+185=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #506DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DB9 is #AF9246. Grayscale: #6C6C6C. Windows color (decimal): -11506247 or 12152144. OLE color: 12152144.

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

Color convert

RGB 80 109 185 -
CMYK 0.57 0.41 0 0.27
HSL 223.43º 0.43% 0.52% -
HSV(B) 223.43º 0.57% 0.73% -
XYZ 17.53 16.15 48.09 -
YUV 108.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 80 109 185 0.57 0.41 0 0.27 223.43 0.43 0.52
Hex 50 6D B9 39 29 0 1B DF 2B 34
Octal 120 155 271 71 51 0 33 337 53 64
Binary 1010000 1101101 10111001 111001 101001 0 11011 11011111 101011 110100

Color Harmonies of #506DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DB9

Black with #506DB9

Text Example


Text Example

White with #506DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,109,185); }

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

background-color css

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

 a { background-color: rgb(80,109,185); }

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

border-color css

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

 span { border-color: rgb(80,109,185); }

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