#305BFA

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

Shades of Royal Blue #305BFA

Tints of Royal Blue #305BFA

Color information

#305BFA (or 0x305BFA) is unknown color: approx Royal Blue. HEX triplet: 30, 5B and FA. RGB value is (48,91,250). Sum of RGB (Red+Green+Blue) = 48+91+250=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #305BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BFA is #CFA405. Grayscale: #5F5F5F. Windows color (decimal): -13607942 or 16407344. OLE color: 16407344.

HSL color Cylindrical-coordinate representation of color #305BFA: hue angle of 227.23º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #305BFA is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4891250-
CMYK0.810.6400.02
HSL227.23º95.28%58.43%-
HSV(B)227.23º80.8%98.04%-
XYZ22.2215.0192.17-
YUV96.27214.7593.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.34%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 250 (98.05% from 255) = 64.27%
R=12.34%
G=23.39%
B=64.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal48912500.810.6400.02227.2395.2858.43
Hex305BFA514002e35f3a
Octal601333721211000234313772
Binary11000010110111111101010100011000000010111000111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,91,250); }

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

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

 a { background-color: rgb(48,91,250); }

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

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

 span { border-color: rgb(48,91,250); }

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