#485FEE

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

Shades of Royal Blue #485FEE

Tints of Royal Blue #485FEE

Color information

#485FEE (or 0x485FEE) is unknown color: approx Royal Blue. HEX triplet: 48, 5F and EE. RGB value is (72,95,238). Sum of RGB (Red+Green+Blue) = 72+95+238=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #485FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485FEE is #B7A011. Grayscale: #676767. Windows color (decimal): -12034066 or 15621960. OLE color: 15621960.

HSL color Cylindrical-coordinate representation of color #485FEE: hue angle of 231.69º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #485FEE is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7295238-
CMYK0.700.6000.07
HSL231.69º83%60.78%-
HSV(B)231.69º69.75%93.33%-
XYZ22.215.7482.76-
YUV104.42203.38104.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.78%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 238 (93.36% from 255) = 58.77%
R=17.78%
G=23.46%
B=58.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72952380.700.6000.07231.698360.78
Hex485FEE463C07e8533d
Octal110137356106740735012375
Binary100100010111111110111010001101111000111111010001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,95,238); }

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

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

 a { background-color: rgb(72,95,238); }

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

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

 span { border-color: rgb(72,95,238); }

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