#306AFA

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

Shades of Royal Blue #306AFA

Tints of Royal Blue #306AFA

Color information

#306AFA (or 0x306AFA) is unknown color: approx Royal Blue. HEX triplet: 30, 6A and FA. RGB value is (48,106,250). Sum of RGB (Red+Green+Blue) = 48+106+250=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #306AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306AFA is #CF9505. Grayscale: #686868. Windows color (decimal): -13604102 or 16411184. OLE color: 16411184.

HSL color Cylindrical-coordinate representation of color #306AFA: hue angle of 222.77º 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 #306AFA is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB48106250-
CMYK0.810.5800.02
HSL222.77º95.28%58.43%-
HSV(B)222.77º80.8%98.04%-
XYZ23.6317.8492.64-
YUV105.07209.7887.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.88%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 250 (98.05% from 255) = 61.88%
R=11.88%
G=26.24%
B=61.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal481062500.810.5800.02222.7795.2858.43
Hex306AFA513A02df5f3a
Octal60152372121720233713772
Binary1100001101010111110101010001111010010110111111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306AFA; }

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

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

<style>
 a { background-color: #306AFA; }

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

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

<style>
 span { border-color: #306AFA; }

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

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