Html Css Color HEX #506DBB Chetwode Blue

📋 copy color: '#506DBB'

red 80 ◦ green 109 ◦ blue 187

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

Shades of Chetwode Blue #506DBB

Tints of Chetwode Blue #506DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 21.28%
G = 28.99%
B = 49.73%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#506DBB (or 0x506DBB) is known color: Chetwode Blue. HEX triplet: 50, 6D and BB. RGB value is (80,109,187). Sum of RGB (Red+Green+Blue) = 80+109+187=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #506DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DBB is #AF9244. Grayscale: #6C6C6C. Windows color (decimal): -11506245 or 12283216. OLE color: 12283216.

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

Color convert

RGB 80 109 187 -
CMYK 0.57 0.42 0 0.27
HSL 223.74º 0.44% 0.52% -
HSV(B) 223.74º 0.57% 0.73% -
XYZ 17.75 16.23 49.21 -
YUV 109.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 80 109 187 0.57 0.42 0 0.27 223.74 0.44 0.52
Hex 50 6D BB 39 2A 0 1B E0 2C 34
Octal 120 155 273 71 52 0 33 340 54 64
Binary 1010000 1101101 10111011 111001 101010 0 11011 11100000 101100 110100

Color Harmonies of #506DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DBB

Black with #506DBB

Text Example


Text Example

White with #506DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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