Html Css Color HEX #2181EE Dodger Blue

📋 copy color: '#2181EE'

red 33 ◦ green 129 ◦ blue 238

#2181EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2181EE

Tints of Dodger Blue #2181EE

RGB

 RED value IS 33 (13.28% from 255) = 8.25%

 GREEN value IS 129 (50.78% from 255) = 32.25%

 BLUE value IS 238 (93.36% from 255) = 59.5%

R = 8.25%
G = 32.25%
B = 59.5%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2181EE (or 0x2181EE) is known color: Dodger Blue. HEX triplet: 21, 81 and EE. RGB value is (33,129,238). Sum of RGB (Red+Green+Blue) = 33+129+238=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #2181EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2181EE is #DE7E11. Grayscale: #707070. Windows color (decimal): -14581266 or 15630625. OLE color: 15630625.

HSL color Cylindrical-coordinate representation of color #2181EE: hue angle of 211.9º degrees, saturation: 0.86, 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 #2181EE is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 129 238 -
CMYK 0.86 0.46 0 0.07
HSL 211.9º 0.86% 0.53% -
HSV(B) 211.9º 0.86% 0.93% -
XYZ 23.91 22.2 83.91 -
YUV 112.72 198.7 71.14 -
System Red Green Blue C M Y K H S L
Decimal 33 129 238 0.86 0.46 0 0.07 211.9 0.86 0.53
Hex 21 81 EE 56 2E 0 7 D4 56 35
Octal 41 201 356 126 56 0 7 324 126 65
Binary 100001 10000001 11101110 1010110 101110 0 111 11010100 1010110 110101

Color Harmonies of #2181EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2181EE

Black with #2181EE

Text Example


Text Example

White with #2181EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2181EE;
 }
 .AnyTagClassName
 {
   color: #2181EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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