#2172F4

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

Shades of Dodger Blue #2172F4

Tints of Dodger Blue #2172F4

Color information

#2172F4 (or 0x2172F4) is unknown color: approx Dodger Blue. HEX triplet: 21, 72 and F4. RGB value is (33,114,244). Sum of RGB (Red+Green+Blue) = 33+114+244=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #2172F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2172F4 is #DE8D0B. Grayscale: #686868. Windows color (decimal): -14585100 or 16020001. OLE color: 16020001.

HSL color Cylindrical-coordinate representation of color #2172F4: hue angle of 216.97º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2172F4 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB33114244-
CMYK0.860.5300.04
HSL216.97º90.56%54.31%-
HSV(B)216.97º86.48%95.69%-
XYZ22.9718.8988.02-
YUV104.6206.6676.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.44%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 244 (95.70% from 255) = 62.40%
R=8.44%
G=29.16%
B=62.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal331142440.860.5300.04216.9790.5654.31
Hex2172F4563504d95b36
Octal41162364126650433113366
Binary10000111100101111010010101101101010100110110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2172F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2172F4; }

 p { color: rgb(33,114,244); }

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

<style>
 a { background-color: #2172F4; }

 a { background-color: rgb(33,114,244); }

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

<style>
 span { border-color: #2172F4; }

 span { border-color: rgb(33,114,244); }

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