#2183EA

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

Shades of Dodger Blue #2183EA

Tints of Dodger Blue #2183EA

Color information

#2183EA (or 0x2183EA) is unknown color: approx Dodger Blue. HEX triplet: 21, 83 and EA. RGB value is (33,131,234). Sum of RGB (Red+Green+Blue) = 33+131+234=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #2183EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2183EA is #DE7C15. Grayscale: #707070. Windows color (decimal): -14580758 or 15368993. OLE color: 15368993.

HSL color Cylindrical-coordinate representation of color #2183EA: hue angle of 210.75º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2183EA is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB33131234-
CMYK0.860.4400.08
HSL210.75º82.72%52.35%-
HSV(B)210.75º85.9%91.76%-
XYZ23.5922.580.94-
YUV113.44196.0370.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.29%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 234 (91.80% from 255) = 58.79%
R=8.29%
G=32.91%
B=58.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal331312340.860.4400.08210.7582.7252.35
Hex2183EA562C08d35334
Octal412033521265401032312364
Binary1000011000001111101010101011010110001000110100111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2183EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2183EA; }

 p { color: rgb(33,131,234); }

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

<style>
 a { background-color: #2183EA; }

 a { background-color: rgb(33,131,234); }

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

<style>
 span { border-color: #2183EA; }

 span { border-color: rgb(33,131,234); }

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