#3F80D4

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

Shades of Royal Blue #3F80D4

Tints of Royal Blue #3F80D4

Color information

#3F80D4 (or 0x3F80D4) is unknown color: approx Royal Blue. HEX triplet: 3F, 80 and D4. RGB value is (63,128,212). Sum of RGB (Red+Green+Blue) = 63+128+212=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #3F80D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F80D4 is #C07F2B. Grayscale: #757575. Windows color (decimal): -12615468 or 13926463. OLE color: 13926463.

HSL color Cylindrical-coordinate representation of color #3F80D4: hue angle of 213.83º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F80D4 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB63128212-
CMYK0.700.4000.17
HSL213.83º63.4%53.92%-
HSV(B)213.83º70.28%83.14%-
XYZ21.6521.2565.25-
YUV118.14180.9788.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.63%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 212 (83.20% from 255) = 52.61%
R=15.63%
G=31.76%
B=52.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal631282120.700.4000.17213.8363.453.92
Hex3F80D44628011d63f36
Octal77200324106500213267766
Binary1111111000000011010100100011010100001000111010110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F80D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,128,212); }

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

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

 a { background-color: rgb(63,128,212); }

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

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

 span { border-color: rgb(63,128,212); }

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