#3F7FFB

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

Shades of Royal Blue #3F7FFB

Tints of Royal Blue #3F7FFB

Color information

#3F7FFB (or 0x3F7FFB) is unknown color: approx Royal Blue. HEX triplet: 3F, 7F and FB. RGB value is (63,127,251). Sum of RGB (Red+Green+Blue) = 63+127+251=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F7FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F7FFB is #C08004. Grayscale: #797979. Windows color (decimal): -12615685 or 16482111. OLE color: 16482111.

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

Color convert

RGB63127251-
CMYK0.750.4900.02
HSL219.57º95.92%61.57%-
HSV(B)219.57º74.9%98.43%-
XYZ27.0523.294.32-
YUV122200.885.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.29%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 251 (98.44% from 255) = 56.92%
R=14.29%
G=28.80%
B=56.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal631272510.750.4900.02219.5795.9261.57
Hex3F7FFB4B3102dc603e
Octal77177373113610233414076
Binary1111111111111111110111001011110001010110111001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,127,251); }

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

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

 a { background-color: rgb(63,127,251); }

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

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

 span { border-color: rgb(63,127,251); }

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