#2181E0

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

Shades of Dodger Blue #2181E0

Tints of Dodger Blue #2181E0

Color information

#2181E0 (or 0x2181E0) is unknown color: approx Dodger Blue. HEX triplet: 21, 81 and E0. RGB value is (33,129,224). Sum of RGB (Red+Green+Blue) = 33+129+224=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #2181E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2181E0 is #DE7E1F. Grayscale: #6E6E6E. Windows color (decimal): -14581280 or 14713121. OLE color: 14713121.

HSL color Cylindrical-coordinate representation of color #2181E0: hue angle of 209.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2181E0 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB33129224-
CMYK0.850.4200.12
HSL209.84º75.49%50.39%-
HSV(B)209.84º85.27%87.84%-
XYZ21.9321.4173.5-
YUV111.13191.772.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.55%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 224 (87.89% from 255) = 58.03%
R=8.55%
G=33.42%
B=58.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal331292240.850.4200.12209.8475.4950.39
Hex2181E0552A0Cd24b32
Octal412013401255201432211362
Binary1000011000000111100000101010110101001100110100101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2181E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2181E0; }

 p { color: rgb(33,129,224); }

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

<style>
 a { background-color: #2181E0; }

 a { background-color: rgb(33,129,224); }

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

<style>
 span { border-color: #2181E0; }

 span { border-color: rgb(33,129,224); }

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