#3F70FA

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

Shades of Royal Blue #3F70FA

Tints of Royal Blue #3F70FA

Color information

#3F70FA (or 0x3F70FA) is unknown color: approx Royal Blue. HEX triplet: 3F, 70 and FA. RGB value is (63,112,250). Sum of RGB (Red+Green+Blue) = 63+112+250=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F70FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F70FA is #C08F05. Grayscale: #707070. Windows color (decimal): -12619526 or 16412735. OLE color: 16412735.

HSL color Cylindrical-coordinate representation of color #3F70FA: hue angle of 224.28º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F70FA is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB63112250-
CMYK0.750.5500.02
HSL224.28º94.92%61.37%-
HSV(B)224.28º74.8%98.04%-
XYZ25.119.5592.89-
YUV113.08205.2792.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.82%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 250 (98.05% from 255) = 58.82%
R=14.82%
G=26.35%
B=58.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal631122500.750.5500.02224.2894.9261.37
Hex3F70FA4B3702e05f3d
Octal77160372113670234013775
Binary1111111110000111110101001011110111010111000001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F70FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F70FA; }

 p { color: rgb(63,112,250); }

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

<style>
 a { background-color: #3F70FA; }

 a { background-color: rgb(63,112,250); }

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

<style>
 span { border-color: #3F70FA; }

 span { border-color: rgb(63,112,250); }

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