#3E94FF

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

Shades of Dodger Blue #3E94FF

Tints of Dodger Blue #3E94FF

Color information

#3E94FF (or 0x3E94FF) is unknown color: approx Dodger Blue. HEX triplet: 3E, 94 and FF. RGB value is (62,148,255). Sum of RGB (Red+Green+Blue) = 62+148+255=465 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.33% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E94FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E94FF is #C16B00. Grayscale: #858585. Windows color (decimal): -12675841 or 16749630. OLE color: 16749630.

HSL color Cylindrical-coordinate representation of color #3E94FF: hue angle of 213.26º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E94FF is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB62148255-
CMYK0.760.4200
HSL213.26º100%62.16%-
HSV(B)213.26º75.69%100%-
XYZ30.6329.4298.67-
YUV134.48196.0176.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.33%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 255 (100% from 255) = 54.84%
R=13.33%
G=31.83%
B=54.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal621482550.760.4200213.2610062.16
Hex3E94FF4C2A00d5643e
Octal76224377114520032514476
Binary1111101001010011111111100110010101000110101011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E94FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,148,255); }

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

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

 a { background-color: rgb(62,148,255); }

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

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

 span { border-color: rgb(62,148,255); }

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