Html Css Color HEX #506CDD Royal Blue

📋 copy color: '#506CDD'

red 80 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #506CDD

Tints of Royal Blue #506CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.41%

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 19.56%
G = 26.41%
B = 54.03%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#506CDD (or 0x506CDD) is known color: Royal Blue. HEX triplet: 50, 6C and DD. RGB value is (80,108,221). Sum of RGB (Red+Green+Blue) = 80+108+221=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #506CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CDD is #AF9322. Grayscale: #707070. Windows color (decimal): -11506467 or 14511184. OLE color: 14511184.

HSL color Cylindrical-coordinate representation of color #506CDD: hue angle of 228.09º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #506CDD is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 108 221 -
CMYK 0.64 0.51 0 0.13
HSL 228.09º 0.67% 0.59% -
HSV(B) 228.09º 0.64% 0.87% -
XYZ 21.72 17.65 70.67 -
YUV 112.51 189.22 104.81 -
System Red Green Blue C M Y K H S L
Decimal 80 108 221 0.64 0.51 0 0.13 228.09 0.67 0.59
Hex 50 6C DD 40 33 0 D E4 43 3B
Octal 120 154 335 100 63 0 15 344 103 73
Binary 1010000 1101100 11011101 1000000 110011 0 1101 11100100 1000011 111011

Color Harmonies of #506CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CDD

Black with #506CDD

Text Example


Text Example

White with #506CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,108,221); }

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

background-color css

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

 a { background-color: rgb(80,108,221); }

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

border-color css

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

 span { border-color: rgb(80,108,221); }

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