#2185F5

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

Shades of Dodger Blue #2185F5

Tints of Dodger Blue #2185F5

Color information

#2185F5 (or 0x2185F5) is unknown color: approx Dodger Blue. HEX triplet: 21, 85 and F5. RGB value is (33,133,245). Sum of RGB (Red+Green+Blue) = 33+133+245=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #2185F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2185F5 is #DE7A0A. Grayscale: #737373. Windows color (decimal): -14580235 or 16090401. OLE color: 16090401.

HSL color Cylindrical-coordinate representation of color #2185F5: hue angle of 211.7º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2185F5 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB33133245-
CMYK0.870.4600.04
HSL211.7º91.38%54.51%-
HSV(B)211.7º86.53%96.08%-
XYZ25.523.6989.62-
YUV115.87200.8768.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.03%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 245 (96.09% from 255) = 59.61%
R=8.03%
G=32.36%
B=59.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal331332450.870.4600.04211.791.3854.51
Hex2185F5572E04d45b37
Octal41205365127560432413367
Binary100001100001011111010110101111011100100110101001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2185F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2185F5; }

 p { color: rgb(33,133,245); }

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

<style>
 a { background-color: #2185F5; }

 a { background-color: rgb(33,133,245); }

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

<style>
 span { border-color: #2185F5; }

 span { border-color: rgb(33,133,245); }

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