#485FDA

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

Shades of Royal Blue #485FDA

Tints of Royal Blue #485FDA

Color information

#485FDA (or 0x485FDA) is unknown color: approx Royal Blue. HEX triplet: 48, 5F and DA. RGB value is (72,95,218). Sum of RGB (Red+Green+Blue) = 72+95+218=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #485FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FDA is #B7A025. Grayscale: #656565. Windows color (decimal): -12034086 or 14311240. OLE color: 14311240.

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

Color convert

RGB7295218-
CMYK0.670.5600.15
HSL230.55º66.36%56.86%-
HSV(B)230.55º66.97%85.49%-
XYZ19.4214.6268.13-
YUV102.14193.38106.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.70%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 218 (85.55% from 255) = 56.62%
R=18.70%
G=24.68%
B=56.62%

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
Decimal72952180.670.5600.15230.5566.3656.86
Hex485FDA43380Fe74239
Octal1101373321037001734710271
Binary1001000101111111011010100001111100001111111001111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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