#3D7EF8

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

Shades of Royal Blue #3D7EF8

Tints of Royal Blue #3D7EF8

Color information

#3D7EF8 (or 0x3D7EF8) is unknown color: approx Royal Blue. HEX triplet: 3D, 7E and F8. RGB value is (61,126,248). Sum of RGB (Red+Green+Blue) = 61+126+248=435 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.02% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 248 (97.27% from 255 or 57.01% from 435); Max value from RGB is 248 - color contains mainly: blue. Hex color #3D7EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D7EF8 is #C28107. Grayscale: #777777. Windows color (decimal): -12747016 or 16285245. OLE color: 16285245.

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

Color convert

RGB61126248-
CMYK0.750.4900.03
HSL219.14º93.03%60.59%-
HSV(B)219.14º75.4%97.25%-
XYZ26.3322.6991.8-
YUV120.47199.9785.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.02%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 248 (97.27% from 255) = 57.01%
R=14.02%
G=28.97%
B=57.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal611262480.750.4900.03219.1493.0360.59
Hex3D7EF84B3103db5d3d
Octal75176370113610333313575
Binary1111011111110111110001001011110001011110110111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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