#2175ED

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

Shades of Dodger Blue #2175ED

Tints of Dodger Blue #2175ED

Color information

#2175ED (or 0x2175ED) is unknown color: approx Dodger Blue. HEX triplet: 21, 75 and ED. RGB value is (33,117,237). Sum of RGB (Red+Green+Blue) = 33+117+237=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #2175ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2175ED is #DE8A12. Grayscale: #696969. Windows color (decimal): -14584339 or 15562017. OLE color: 15562017.

HSL color Cylindrical-coordinate representation of color #2175ED: hue angle of 215.29º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2175ED is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB33117237-
CMYK0.860.5100.07
HSL215.29º85%52.94%-
HSV(B)215.29º86.08%92.94%-
XYZ22.2719.1682.65-
YUV105.56202.1776.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.53%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 237 (92.97% from 255) = 61.24%
R=8.53%
G=30.23%
B=61.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal331172370.860.5100.07215.298552.94
Hex2175ED563307d75535
Octal41165355126630732712565
Binary10000111101011110110110101101100110111110101111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2175ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2175ED; }

 p { color: rgb(33,117,237); }

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

<style>
 a { background-color: #2175ED; }

 a { background-color: rgb(33,117,237); }

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

<style>
 span { border-color: #2175ED; }

 span { border-color: rgb(33,117,237); }

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