#465dd9

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

Shades of Royal Blue #465DD9

Tints of Royal Blue #465DD9

Color information

#465DD9 (or 0x465DD9) is unknown color: approx Royal Blue. HEX triplet: 46, 5D and D9. RGB value is (70,93,217). Sum of RGB (Red+Green+Blue) = 70+93+217=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 217 (85.16% from 255 or 57.11% from 380); Max value from RGB is 217 - color contains mainly: blue. Hex color #465DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DD9 is #B9A226. Grayscale: #636363. Windows color (decimal): -12165671 or 14245190. OLE color: 14245190.

HSL color Cylindrical-coordinate representation of color #465DD9: hue angle of 230.61º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #465DD9 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7093217-
CMYK0.680.5700.15
HSL230.61º65.92%56.27%-
HSV(B)230.61º67.74%85.1%-
XYZ18.9614.1467.38-
YUV100.26193.88106.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 93 (36.72% from 255) = 24.47%
BLUE value IS 217 (85.16% from 255) = 57.11%
R=18.42%
G=24.47%
B=57.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal70932170.680.5700.15230.6165.9256.27
Hex465DD944390Fe74238
Octal1061353311047101734710270
Binary1000110101110111011001100010011100101111111001111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465dd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465dd9; }

 p { color: rgb(70,93,217); }

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

<style>
 a { background-color: #465dd9; }

 a { background-color: rgb(70,93,217); }

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

<style>
 span { border-color: #465dd9; }

 span { border-color: rgb(70,93,217); }

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