#2199F1

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

Shades of Dodger Blue #2199F1

Tints of Dodger Blue #2199F1

Color information

#2199F1 (or 0x2199F1) is unknown color: approx Dodger Blue. HEX triplet: 21, 99 and F1. RGB value is (33,153,241). Sum of RGB (Red+Green+Blue) = 33+153+241=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #2199F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2199F1 is #DE660E. Grayscale: #7E7E7E. Windows color (decimal): -14575119 or 15833377. OLE color: 15833377.

HSL color Cylindrical-coordinate representation of color #2199F1: hue angle of 205.38º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2199F1 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB33153241-
CMYK0.860.3700.05
HSL205.38º88.14%53.73%-
HSV(B)205.38º86.31%94.51%-
XYZ27.929.4687.43-
YUV127.15192.2460.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.73%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 241 (94.53% from 255) = 56.44%
R=7.73%
G=35.83%
B=56.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal331532410.860.3700.05205.3888.1453.73
Hex2199F1562505cd5836
Octal41231361126450531513066
Binary100001100110011111000110101101001010101110011011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2199F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2199F1; }

 p { color: rgb(33,153,241); }

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

<style>
 a { background-color: #2199F1; }

 a { background-color: rgb(33,153,241); }

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

<style>
 span { border-color: #2199F1; }

 span { border-color: rgb(33,153,241); }

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