#2186E7

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

Shades of Dodger Blue #2186E7

Tints of Dodger Blue #2186E7

Color information

#2186E7 (or 0x2186E7) is unknown color: approx Dodger Blue. HEX triplet: 21, 86 and E7. RGB value is (33,134,231). Sum of RGB (Red+Green+Blue) = 33+134+231=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 231 (90.62% from 255 or 58.04% from 398); Max value from RGB is 231 - color contains mainly: blue. Hex color #2186E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2186E7 is #DE7918. Grayscale: #727272. Windows color (decimal): -14579993 or 15173153. OLE color: 15173153.

HSL color Cylindrical-coordinate representation of color #2186E7: hue angle of 209.39º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2186E7 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB33134231-
CMYK0.860.4200.09
HSL209.39º80.49%51.76%-
HSV(B)209.39º85.71%90.59%-
XYZ23.5823.1478.83-
YUV114.86193.5469.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.29%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 231 (90.62% from 255) = 58.04%
R=8.29%
G=33.67%
B=58.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal331342310.860.4200.09209.3980.4951.76
Hex2186E7562A09d15034
Octal412063471265201132112064
Binary1000011000011011100111101011010101001001110100011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2186E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2186E7; }

 p { color: rgb(33,134,231); }

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

<style>
 a { background-color: #2186E7; }

 a { background-color: rgb(33,134,231); }

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

<style>
 span { border-color: #2186E7; }

 span { border-color: rgb(33,134,231); }

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