#305edd

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

Shades of Royal Blue #305EDD

Tints of Royal Blue #305EDD

Color information

#305EDD (or 0x305EDD) is unknown color: approx Royal Blue. HEX triplet: 30, 5E and DD. RGB value is (48,94,221). Sum of RGB (Red+Green+Blue) = 48+94+221=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #305EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EDD is #CFA122. Grayscale: #5E5E5E. Windows color (decimal): -13607203 or 14507568. OLE color: 14507568.

HSL color Cylindrical-coordinate representation of color #305EDD: hue angle of 224.05º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305EDD is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4894221-
CMYK0.780.5700.13
HSL224.05º71.78%52.75%-
HSV(B)224.05º78.28%86.67%-
XYZ18.2713.8570.12-
YUV94.72199.2694.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.22%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 221 (86.72% from 255) = 60.88%
R=13.22%
G=25.90%
B=60.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal48942210.780.5700.13224.0571.7852.75
Hex305EDD4E390De04835
Octal601363351167101534011065
Binary110000101111011011101100111011100101101111000001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,94,221); }

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

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

 a { background-color: rgb(48,94,221); }

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

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

 span { border-color: rgb(48,94,221); }

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