#3498F7

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

Shades of Dodger Blue #3498F7

Tints of Dodger Blue #3498F7

Color information

#3498F7 (or 0x3498F7) is unknown color: approx Dodger Blue. HEX triplet: 34, 98 and F7. RGB value is (52,152,247). Sum of RGB (Red+Green+Blue) = 52+152+247=451 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.53% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #3498F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3498F7 is #CB6708. Grayscale: #848484. Windows color (decimal): -13330185 or 16226356. OLE color: 16226356.

HSL color Cylindrical-coordinate representation of color #3498F7: hue angle of 209.23º 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 #3498F7 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB52152247-
CMYK0.790.3800.03
HSL209.23º92.42%58.63%-
HSV(B)209.23º78.95%96.86%-
XYZ29.4329.992.22-
YUV132.93192.3770.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.53%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 247 (96.88% from 255) = 54.77%
R=11.53%
G=33.70%
B=54.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal521522470.790.3800.03209.2392.4258.63
Hex3498F74F2603d15c3b
Octal64230367117460332113473
Binary11010010011000111101111001111100110011110100011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3498F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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