Html Css Color HEX #506DB7 Chetwode Blue

📋 copy color: '#506DB7'

red 80 ◦ green 109 ◦ blue 183

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

Shades of Chetwode Blue #506DB7

Tints of Chetwode Blue #506DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.19%

R = 21.51%
G = 29.3%
B = 49.19%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#506DB7 (or 0x506DB7) is known color: Chetwode Blue. HEX triplet: 50, 6D and B7. RGB value is (80,109,183). Sum of RGB (Red+Green+Blue) = 80+109+183=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #506DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DB7 is #AF9248. Grayscale: #6C6C6C. Windows color (decimal): -11506249 or 12021072. OLE color: 12021072.

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

Color convert

RGB 80 109 183 -
CMYK 0.56 0.40 0 0.28
HSL 223.11º 0.42% 0.52% -
HSV(B) 223.11º 0.56% 0.72% -
XYZ 17.32 16.06 46.99 -
YUV 108.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 80 109 183 0.56 0.40 0 0.28 223.11 0.42 0.52
Hex 50 6D B7 38 28 0 1C DF 2A 34
Octal 120 155 267 70 50 0 34 337 52 64
Binary 1010000 1101101 10110111 111000 101000 0 11100 11011111 101010 110100

Color Harmonies of #506DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DB7

Black with #506DB7

Text Example


Text Example

White with #506DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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