#485CF0

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

Shades of Royal Blue #485CF0

Tints of Royal Blue #485CF0

Color information

#485CF0 (or 0x485CF0) is unknown color: approx Royal Blue. HEX triplet: 48, 5C and F0. RGB value is (72,92,240). Sum of RGB (Red+Green+Blue) = 72+92+240=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 240 (94.14% from 255 or 59.41% from 404); Max value from RGB is 240 - color contains mainly: blue. Hex color #485CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CF0 is #B7A30F. Grayscale: #666666. Windows color (decimal): -12034832 or 15752264. OLE color: 15752264.

HSL color Cylindrical-coordinate representation of color #485CF0: hue angle of 232.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #485CF0 is Cyan = 0.7, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7292240-
CMYK0.70.6200.06
HSL232.86º84.85%61.18%-
HSV(B)232.86º70%94.12%-
XYZ22.2315.3284.22-
YUV102.89205.37105.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.82%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 240 (94.14% from 255) = 59.41%
R=17.82%
G=22.77%
B=59.41%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal72922400.70.6200.06232.8684.8561.18
Hex485CF0463E06e9553d
Octal110134360106760635112575
Binary100100010111001111000010001101111100110111010011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,92,240); }

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

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

 a { background-color: rgb(72,92,240); }

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

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

 span { border-color: rgb(72,92,240); }

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