#305AF5

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

Shades of Royal Blue #305AF5

Tints of Royal Blue #305AF5

Color information

#305AF5 (or 0x305AF5) is unknown color: approx Royal Blue. HEX triplet: 30, 5A and F5. RGB value is (48,90,245). Sum of RGB (Red+Green+Blue) = 48+90+245=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 245 (96.09% from 255 or 63.97% from 383); Max value from RGB is 245 - color contains mainly: blue. Hex color #305AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305AF5 is #CFA50A. Grayscale: #5E5E5E. Windows color (decimal): -13608203 or 16079408. OLE color: 16079408.

HSL color Cylindrical-coordinate representation of color #305AF5: hue angle of 227.21º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305AF5 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4890245-
CMYK0.800.6300.04
HSL227.21º90.78%57.45%-
HSV(B)227.21º80.41%96.08%-
XYZ21.3614.5388.07-
YUV95.11212.5994.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.53%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 245 (96.09% from 255) = 63.97%
R=12.53%
G=23.50%
B=63.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal48902450.800.6300.04227.2190.7857.45
Hex305AF5503F04e35b39
Octal60132365120770434313371
Binary11000010110101111010110100001111110100111000111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305AF5; }

 p { color: rgb(48,90,245); }

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

<style>
 a { background-color: #305AF5; }

 a { background-color: rgb(48,90,245); }

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

<style>
 span { border-color: #305AF5; }

 span { border-color: rgb(48,90,245); }

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