#3D93F4

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

Shades of Dodger Blue #3D93F4

Tints of Dodger Blue #3D93F4

Color information

#3D93F4 (or 0x3D93F4) is unknown color: approx Dodger Blue. HEX triplet: 3D, 93 and F4. RGB value is (61,147,244). Sum of RGB (Red+Green+Blue) = 61+147+244=452 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.50% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #3D93F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D93F4 is #C26C0B. Grayscale: #838383. Windows color (decimal): -12741644 or 16028477. OLE color: 16028477.

HSL color Cylindrical-coordinate representation of color #3D93F4: hue angle of 211.8º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D93F4 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB61147244-
CMYK0.750.4000.04
HSL211.8º89.27%59.8%-
HSV(B)211.8º75%95.69%-
XYZ28.6928.3989.56-
YUV132.34191.0177.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.50%
GREEN value IS 147 (57.81% from 255) = 32.52%
BLUE value IS 244 (95.70% from 255) = 53.98%
R=13.50%
G=32.52%
B=53.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal611472440.750.4000.04211.889.2759.8
Hex3D93F44B2804d4593c
Octal75223364113500432413174
Binary111101100100111111010010010111010000100110101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D93F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,147,244); }

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

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

 a { background-color: rgb(61,147,244); }

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

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

 span { border-color: rgb(61,147,244); }

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