#3F70FD

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

Shades of Royal Blue #3F70FD

Tints of Royal Blue #3F70FD

Color information

#3F70FD (or 0x3F70FD) is unknown color: approx Royal Blue. HEX triplet: 3F, 70 and FD. RGB value is (63,112,253). Sum of RGB (Red+Green+Blue) = 63+112+253=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F70FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F70FD is #C08F02. Grayscale: #707070. Windows color (decimal): -12619523 or 16609343. OLE color: 16609343.

HSL color Cylindrical-coordinate representation of color #3F70FD: hue angle of 224.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F70FD is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB63112253-
CMYK0.750.5600.01
HSL224.53º97.94%61.96%-
HSV(B)224.53º75.1%99.22%-
XYZ25.5719.7495.39-
YUV113.42206.7792.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.72%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 253 (99.22% from 255) = 59.11%
R=14.72%
G=26.17%
B=59.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal631122530.750.5600.01224.5397.9461.96
Hex3F70FD4B3801e1623e
Octal77160375113700134114276
Binary111111111000011111101100101111100001111000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F70FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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