#3D7DF8

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

Shades of Royal Blue #3D7DF8

Tints of Royal Blue #3D7DF8

Color information

#3D7DF8 (or 0x3D7DF8) is unknown color: approx Royal Blue. HEX triplet: 3D, 7D and F8. RGB value is (61,125,248). Sum of RGB (Red+Green+Blue) = 61+125+248=434 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.06% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 248 (97.27% from 255 or 57.14% from 434); Max value from RGB is 248 - color contains mainly: blue. Hex color #3D7DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D7DF8 is #C28207. Grayscale: #777777. Windows color (decimal): -12747272 or 16284989. OLE color: 16284989.

HSL color Cylindrical-coordinate representation of color #3D7DF8: hue angle of 219.47º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D7DF8 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB61125248-
CMYK0.750.5000.03
HSL219.47º93.03%60.59%-
HSV(B)219.47º75.4%97.25%-
XYZ26.222.4491.76-
YUV119.89200.386-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.06%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 248 (97.27% from 255) = 57.14%
R=14.06%
G=28.80%
B=57.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal611252480.750.5000.03219.4793.0360.59
Hex3D7DF84B3203db5d3d
Octal75175370113620333313575
Binary1111011111101111110001001011110010011110110111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,125,248); }

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

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

 a { background-color: rgb(61,125,248); }

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

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

 span { border-color: rgb(61,125,248); }

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