#485FD8

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

Shades of Royal Blue #485FD8

Tints of Royal Blue #485FD8

Color information

#485FD8 (or 0x485FD8) is unknown color: approx Royal Blue. HEX triplet: 48, 5F and D8. RGB value is (72,95,216). Sum of RGB (Red+Green+Blue) = 72+95+216=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #485FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FD8 is #B7A027. Grayscale: #656565. Windows color (decimal): -12034088 or 14180168. OLE color: 14180168.

HSL color Cylindrical-coordinate representation of color #485FD8: hue angle of 230.42º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #485FD8 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7295216-
CMYK0.670.5600.15
HSL230.42º64.86%56.47%-
HSV(B)230.42º66.67%84.71%-
XYZ19.1614.5266.76-
YUV101.92192.38106.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.80%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 216 (84.77% from 255) = 56.40%
R=18.80%
G=24.80%
B=56.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72952160.670.5600.15230.4264.8656.47
Hex485FD843380Fe64138
Octal1101373301037001734610170
Binary1001000101111111011000100001111100001111111001101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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