#3F8AEB

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

Shades of Royal Blue #3F8AEB

Tints of Royal Blue #3F8AEB

Color information

#3F8AEB (or 0x3F8AEB) is unknown color: approx Royal Blue. HEX triplet: 3F, 8A and EB. RGB value is (63,138,235). Sum of RGB (Red+Green+Blue) = 63+138+235=436 (57% of max value = 765). Red value is 63 (25% from 255 or 14.45% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F8AEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8AEB is #C07514. Grayscale: #7E7E7E. Windows color (decimal): -12612885 or 15436351. OLE color: 15436351.

HSL color Cylindrical-coordinate representation of color #3F8AEB: hue angle of 213.84º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F8AEB is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB63138235-
CMYK0.730.4100.08
HSL213.84º81.13%58.43%-
HSV(B)213.84º73.19%92.16%-
XYZ26.1325.2382.09-
YUV126.63189.1582.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.45%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 235 (92.19% from 255) = 53.90%
R=14.45%
G=31.65%
B=53.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal631382350.730.4100.08213.8481.1358.43
Hex3F8AEB492908d6513a
Octal772123531115101032612172
Binary1111111000101011101011100100110100101000110101101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,138,235); }

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

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

 a { background-color: rgb(63,138,235); }

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

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

 span { border-color: rgb(63,138,235); }

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