#416FD3

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

Shades of Royal Blue #416FD3

Tints of Royal Blue #416FD3

Color information

#416FD3 (or 0x416FD3) is unknown color: approx Royal Blue. HEX triplet: 41, 6F and D3. RGB value is (65,111,211). Sum of RGB (Red+Green+Blue) = 65+111+211=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #416FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FD3 is #BE902C. Grayscale: #6C6C6C. Windows color (decimal): -12488749 or 13856577. OLE color: 13856577.

HSL color Cylindrical-coordinate representation of color #416FD3: hue angle of 221.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #416FD3 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB65111211-
CMYK0.690.4700.17
HSL221.1º62.39%54.12%-
HSV(B)221.1º69.19%82.75%-
XYZ19.6217.263.91-
YUV108.65185.7696.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.80%
GREEN value IS 111 (43.75% from 255) = 28.68%
BLUE value IS 211 (82.81% from 255) = 54.52%
R=16.80%
G=28.68%
B=54.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal651112110.690.4700.17221.162.3954.12
Hex416FD3452F011dd3e36
Octal101157323105570213357666
Binary1000001110111111010011100010110111101000111011101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416FD3; }

 p { color: rgb(65,111,211); }

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

<style>
 a { background-color: #416FD3; }

 a { background-color: rgb(65,111,211); }

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

<style>
 span { border-color: #416FD3; }

 span { border-color: rgb(65,111,211); }

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