#3E93FB

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

Shades of Dodger Blue #3E93FB

Tints of Dodger Blue #3E93FB

Color information

#3E93FB (or 0x3E93FB) is unknown color: approx Dodger Blue. HEX triplet: 3E, 93 and FB. RGB value is (62,147,251). Sum of RGB (Red+Green+Blue) = 62+147+251=460 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.48% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E93FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E93FB is #C16C04. Grayscale: #848484. Windows color (decimal): -12676101 or 16487230. OLE color: 16487230.

HSL color Cylindrical-coordinate representation of color #3E93FB: hue angle of 213.02º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E93FB is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB62147251-
CMYK0.750.4100.02
HSL213.02º95.94%61.37%-
HSV(B)213.02º75.3%98.43%-
XYZ29.8328.8695.26-
YUV133.44194.3477.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.48%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 251 (98.44% from 255) = 54.57%
R=13.48%
G=31.96%
B=54.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal621472510.750.4100.02213.0295.9461.37
Hex3E93FB4B2902d5603d
Octal76223373113510232514075
Binary11111010010011111110111001011101001010110101011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E93FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,147,251); }

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

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

 a { background-color: rgb(62,147,251); }

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

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

 span { border-color: rgb(62,147,251); }

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