#3F6EFD

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

Shades of Royal Blue #3F6EFD

Tints of Royal Blue #3F6EFD

Color information

#3F6EFD (or 0x3F6EFD) is unknown color: approx Royal Blue. HEX triplet: 3F, 6E and FD. RGB value is (63,110,253). Sum of RGB (Red+Green+Blue) = 63+110+253=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F6EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6EFD is #C09102. Grayscale: #6F6F6F. Windows color (decimal): -12620035 or 16608831. OLE color: 16608831.

HSL color Cylindrical-coordinate representation of color #3F6EFD: hue angle of 225.16º 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 #3F6EFD is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB63110253-
CMYK0.750.5700.01
HSL225.16º97.94%61.96%-
HSV(B)225.16º75.1%99.22%-
XYZ25.3619.395.32-
YUV112.25207.4392.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.79%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 253 (99.22% from 255) = 59.39%
R=14.79%
G=25.82%
B=59.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal631102530.750.5700.01225.1697.9461.96
Hex3F6EFD4B3901e1623e
Octal77156375113710134114276
Binary111111110111011111101100101111100101111000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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