#3f7ad7

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

Shades of Royal Blue #3F7AD7

Tints of Royal Blue #3F7AD7

Color information

#3F7AD7 (or 0x3F7AD7) is unknown color: approx Royal Blue. HEX triplet: 3F, 7A and D7. RGB value is (63,122,215). Sum of RGB (Red+Green+Blue) = 63+122+215=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 215 (84.38% from 255 or 53.75% from 400); Max value from RGB is 215 - color contains mainly: blue. Hex color #3F7AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7AD7 is #C08528. Grayscale: #727272. Windows color (decimal): -12617001 or 14121535. OLE color: 14121535.

HSL color Cylindrical-coordinate representation of color #3F7AD7: hue angle of 216.71º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F7AD7 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB63122215-
CMYK0.710.4300.16
HSL216.71º65.52%54.51%-
HSV(B)216.71º70.7%84.31%-
XYZ21.2819.8867.01-
YUV114.96184.4590.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.75%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 215 (84.38% from 255) = 53.75%
R=15.75%
G=30.5%
B=53.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal631222150.710.4300.16216.7165.5254.51
Hex3F7AD7472B010d94237
Octal771723271075302033110267
Binary1111111111010110101111000111101011010000110110011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f7ad7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,122,215); }

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

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

 a { background-color: rgb(63,122,215); }

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

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

 span { border-color: rgb(63,122,215); }

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