#2198F7

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

Shades of Dodger Blue #2198F7

Tints of Dodger Blue #2198F7

Color information

#2198F7 (or 0x2198F7) is unknown color: approx Dodger Blue. HEX triplet: 21, 98 and F7. RGB value is (33,152,247). Sum of RGB (Red+Green+Blue) = 33+152+247=432 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.64% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 247 (96.88% from 255 or 57.18% from 432); Max value from RGB is 247 - color contains mainly: blue. Hex color #2198F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2198F7 is #DE6708. Grayscale: #7E7E7E. Windows color (decimal): -14575369 or 16226337. OLE color: 16226337.

HSL color Cylindrical-coordinate representation of color #2198F7: hue angle of 206.64º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2198F7 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB33152247-
CMYK0.870.3800.03
HSL206.64º93.04%54.9%-
HSV(B)206.64º86.64%96.86%-
XYZ28.6429.592.18-
YUV127.25195.5860.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.64%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 247 (96.88% from 255) = 57.18%
R=7.64%
G=35.19%
B=57.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal331522470.870.3800.03206.6493.0454.9
Hex2198F7572603cf5d37
Octal41230367127460331713567
Binary10000110011000111101111010111100110011110011111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2198F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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