Html Css Color HEX #506DBA Chetwode Blue

📋 copy color: '#506DBA'

red 80 ◦ green 109 ◦ blue 186

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

Shades of Chetwode Blue #506DBA

Tints of Chetwode Blue #506DBA

RGB

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

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

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

R = 21.33%
G = 29.07%
B = 49.6%

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

#506DBA (or 0x506DBA) is known color: Chetwode Blue. HEX triplet: 50, 6D and BA. RGB value is (80,109,186). Sum of RGB (Red+Green+Blue) = 80+109+186=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #506DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DBA is #AF9245. Grayscale: #6C6C6C. Windows color (decimal): -11506246 or 12217680. OLE color: 12217680.

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

Color convert

RGB 80 109 186 -
CMYK 0.57 0.41 0 0.27
HSL 223.58º 0.43% 0.52% -
HSV(B) 223.58º 0.57% 0.73% -
XYZ 17.64 16.19 48.65 -
YUV 109.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 80 109 186 0.57 0.41 0 0.27 223.58 0.43 0.52
Hex 50 6D BA 39 29 0 1B E0 2B 34
Octal 120 155 272 71 51 0 33 340 53 64
Binary 1010000 1101101 10111010 111001 101001 0 11011 11100000 101011 110100

Color Harmonies of #506DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DBA

Black with #506DBA

Text Example


Text Example

White with #506DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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