#305FEF

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

Shades of Royal Blue #305FEF

Tints of Royal Blue #305FEF

Color information

#305FEF (or 0x305FEF) is unknown color: approx Royal Blue. HEX triplet: 30, 5F and EF. RGB value is (48,95,239). Sum of RGB (Red+Green+Blue) = 48+95+239=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #305FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305FEF is #CFA010. Grayscale: #606060. Windows color (decimal): -13606929 or 15687472. OLE color: 15687472.

HSL color Cylindrical-coordinate representation of color #305FEF: hue angle of 225.24º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305FEF is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4895239-
CMYK0.800.6000.06
HSL225.24º85.65%56.27%-
HSV(B)225.24º79.92%93.73%-
XYZ20.8915.0483.46-
YUV97.36207.9392.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.57%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 239 (93.75% from 255) = 62.57%
R=12.57%
G=24.87%
B=62.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal48952390.800.6000.06225.2485.6556.27
Hex305FEF503C06e15638
Octal60137357120740634112670
Binary11000010111111110111110100001111000110111000011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,95,239); }

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

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

 a { background-color: rgb(48,95,239); }

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

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

 span { border-color: rgb(48,95,239); }

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