#5066DC

Color #5066DC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5066DC

Tints of Royal Blue #5066DC

Color information

#5066DC (or 0x5066DC) is unknown color: approx Royal Blue. HEX triplet: 50, 66 and DC. RGB value is (80,102,220). Sum of RGB (Red+Green+Blue) = 80+102+220=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #5066DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066DC is #AF9923. Grayscale: #6C6C6C. Windows color (decimal): -11508004 or 14444112. OLE color: 14444112.

HSL color Cylindrical-coordinate representation of color #5066DC: hue angle of 230.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5066DC is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB80102220-
CMYK0.640.5400.14
HSL230.57º66.67%58.82%-
HSV(B)230.57º63.64%86.27%-
XYZ20.9816.3869.77-
YUV108.87190.71107.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.90%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 220 (86.33% from 255) = 54.73%
R=19.90%
G=25.37%
B=54.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal801022200.640.5400.14230.5766.6758.82
Hex5066DC40360Ee7433b
Octal1201463341006601634710373
Binary1010000110011011011100100000011011001110111001111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5066DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5066DC; }

 p { color: rgb(80,102,220); }

 H1.HeaderClassName
 {
   color: #5066DC;
 }
 .AnyTagClassName
 {
   color: #5066DC;
 }
</style>
background-color css

<style>
 a { background-color: #5066DC; }

 a { background-color: rgb(80,102,220); }

 div.DivClassName
 {
   background-color: #5066DC;
 }
 .BgClassName
 {
   background-color: #5066DC;
 }
</style>
border-color css

<style>
 span { border-color: #5066DC; }

 span { border-color: rgb(80,102,220); }

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