#416adf

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

Shades of Royal Blue #416ADF

Tints of Royal Blue #416ADF

Color information

#416ADF (or 0x416ADF) is unknown color: approx Royal Blue. HEX triplet: 41, 6A and DF. RGB value is (65,106,223). Sum of RGB (Red+Green+Blue) = 65+106+223=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #416ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ADF is #BE9520. Grayscale: #6A6A6A. Windows color (decimal): -12490017 or 14641729. OLE color: 14641729.

HSL color Cylindrical-coordinate representation of color #416ADF: hue angle of 224.43º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #416ADF is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB65106223-
CMYK0.710.5200.13
HSL224.43º71.17%56.47%-
HSV(B)224.43º70.85%87.45%-
XYZ20.6516.7671.96-
YUV107.08193.4297.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.50%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 223 (87.5% from 255) = 56.60%
R=16.50%
G=26.90%
B=56.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal651062230.710.5200.13224.4371.1756.47
Hex416ADF47340De04738
Octal1011523371076401534010770
Binary1000001110101011011111100011111010001101111000001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416adf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,106,223); }

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

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

 a { background-color: rgb(65,106,223); }

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

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

 span { border-color: rgb(65,106,223); }

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