#416DFE

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

Shades of Royal Blue #416DFE

Tints of Royal Blue #416DFE

Color information

#416DFE (or 0x416DFE) is unknown color: approx Royal Blue. HEX triplet: 41, 6D and FE. RGB value is (65,109,254). Sum of RGB (Red+Green+Blue) = 65+109+254=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #416DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416DFE is #BE9201. Grayscale: #6F6F6F. Windows color (decimal): -12489218 or 16674113. OLE color: 16674113.

HSL color Cylindrical-coordinate representation of color #416DFE: hue angle of 226.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416DFE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB65109254-
CMYK0.740.5700.00
HSL226.03º98.95%62.55%-
HSV(B)226.03º74.41%99.61%-
XYZ25.5419.2296.13-
YUV112.37207.9294.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.19%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 254 (99.61% from 255) = 59.35%
R=15.19%
G=25.47%
B=59.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal651092540.740.5700.00226.0398.9562.55
Hex416DFE4A3900e2633f
Octal101155376112710034214377
Binary1000001110110111111110100101011100100111000101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,109,254); }

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

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

 a { background-color: rgb(65,109,254); }

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

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

 span { border-color: rgb(65,109,254); }

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