#3496F7

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

Shades of Dodger Blue #3496F7

Tints of Dodger Blue #3496F7

Color information

#3496F7 (or 0x3496F7) is unknown color: approx Dodger Blue. HEX triplet: 34, 96 and F7. RGB value is (52,150,247). Sum of RGB (Red+Green+Blue) = 52+150+247=449 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.58% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #3496F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3496F7 is #CB6908. Grayscale: #838383. Windows color (decimal): -13330697 or 16225844. OLE color: 16225844.

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

Color convert

RGB52150247-
CMYK0.790.3900.03
HSL209.85º92.42%58.63%-
HSV(B)209.85º78.95%96.86%-
XYZ29.1129.2692.11-
YUV131.76193.0371.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.58%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 247 (96.88% from 255) = 55.01%
R=11.58%
G=33.41%
B=55.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal521502470.790.3900.03209.8592.4258.63
Hex3496F74F2703d25c3b
Octal64226367117470332213473
Binary11010010010110111101111001111100111011110100101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3496F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3496F7; }

 p { color: rgb(52,150,247); }

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

<style>
 a { background-color: #3496F7; }

 a { background-color: rgb(52,150,247); }

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

<style>
 span { border-color: #3496F7; }

 span { border-color: rgb(52,150,247); }

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