#3D97F4

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

Shades of Dodger Blue #3D97F4

Tints of Dodger Blue #3D97F4

Color information

#3D97F4 (or 0x3D97F4) is unknown color: approx Dodger Blue. HEX triplet: 3D, 97 and F4. RGB value is (61,151,244). Sum of RGB (Red+Green+Blue) = 61+151+244=456 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.38% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 244 (95.70% from 255 or 53.51% from 456); Max value from RGB is 244 - color contains mainly: blue. Hex color #3D97F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D97F4 is #C2680B. Grayscale: #868686. Windows color (decimal): -12740620 or 16029501. OLE color: 16029501.

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

Color convert

RGB61151244-
CMYK0.750.3800.04
HSL210.49º89.27%59.8%-
HSV(B)210.49º75%95.69%-
XYZ29.3229.6689.77-
YUV134.69189.6875.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.38%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 244 (95.70% from 255) = 53.51%
R=13.38%
G=33.11%
B=53.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal611512440.750.3800.04210.4989.2759.8
Hex3D97F44B2604d2593c
Octal75227364113460432213174
Binary111101100101111111010010010111001100100110100101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D97F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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