#3F7DFE

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

Shades of Royal Blue #3F7DFE

Tints of Royal Blue #3F7DFE

Color information

#3F7DFE (or 0x3F7DFE) is unknown color: approx Royal Blue. HEX triplet: 3F, 7D and FE. RGB value is (63,125,254). Sum of RGB (Red+Green+Blue) = 63+125+254=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F7DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F7DFE is #C08201. Grayscale: #787878. Windows color (decimal): -12616194 or 16678207. OLE color: 16678207.

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

Color convert

RGB63125254-
CMYK0.750.5100.00
HSL220.52º98.96%62.16%-
HSV(B)220.52º75.2%99.61%-
XYZ27.2722.8896.74-
YUV121.17202.9686.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.25%
GREEN value IS 125 (49.22% from 255) = 28.28%
BLUE value IS 254 (99.61% from 255) = 57.47%
R=14.25%
G=28.28%
B=57.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal631252540.750.5100.00220.5298.9662.16
Hex3F7DFE4B3300dd633e
Octal77175376113630033514376
Binary111111111110111111110100101111001100110111011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,125,254); }

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

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

 a { background-color: rgb(63,125,254); }

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

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

 span { border-color: rgb(63,125,254); }

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