#3A97F7

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

Shades of Dodger Blue #3A97F7

Tints of Dodger Blue #3A97F7

Color information

#3A97F7 (or 0x3A97F7) is unknown color: approx Dodger Blue. HEX triplet: 3A, 97 and F7. RGB value is (58,151,247). Sum of RGB (Red+Green+Blue) = 58+151+247=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #3A97F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A97F7 is #C56808. Grayscale: #858585. Windows color (decimal): -12937225 or 16226106. OLE color: 16226106.

HSL color Cylindrical-coordinate representation of color #3A97F7: hue angle of 210.48º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A97F7 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB58151247-
CMYK0.770.3900.03
HSL210.48º92.2%59.8%-
HSV(B)210.48º76.52%96.86%-
XYZ29.629.7592.18-
YUV134.14191.6973.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.72%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 247 (96.88% from 255) = 54.17%
R=12.72%
G=33.11%
B=54.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal581512470.770.3900.03210.4892.259.8
Hex3A97F74D2703d25c3c
Octal72227367115470332213474
Binary11101010010111111101111001101100111011110100101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A97F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,151,247); }

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

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

 a { background-color: rgb(58,151,247); }

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

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

 span { border-color: rgb(58,151,247); }

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