#485DE6

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

Shades of Royal Blue #485DE6

Tints of Royal Blue #485DE6

Color information

#485DE6 (or 0x485DE6) is unknown color: approx Royal Blue. HEX triplet: 48, 5D and E6. RGB value is (72,93,230). Sum of RGB (Red+Green+Blue) = 72+93+230=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #485DE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485DE6 is #B7A219. Grayscale: #656565. Windows color (decimal): -12034586 or 15097160. OLE color: 15097160.

HSL color Cylindrical-coordinate representation of color #485DE6: hue angle of 232.03º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485DE6 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7293230-
CMYK0.690.6000.10
HSL232.03º75.96%59.22%-
HSV(B)232.03º68.7%90.2%-
XYZ20.8714.9276.64-
YUV102.34200.04106.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 230 (90.23% from 255) = 58.23%
R=18.23%
G=23.54%
B=58.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal72932300.690.6000.10232.0375.9659.22
Hex485DE6453C0Ae84c3b
Octal1101353461057401235011473
Binary1001000101110111100110100010111110001010111010001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485DE6; }

 p { color: rgb(72,93,230); }

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

<style>
 a { background-color: #485DE6; }

 a { background-color: rgb(72,93,230); }

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

<style>
 span { border-color: #485DE6; }

 span { border-color: rgb(72,93,230); }

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