Html Css Color HEX #2081EE Dodger Blue

📋 copy color: '#2081EE'

red 32 ◦ green 129 ◦ blue 238

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

Shades of Dodger Blue #2081EE

Tints of Dodger Blue #2081EE

RGB

 RED value IS 32 (12.89% from 255) = 8.02%

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

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

R = 8.02%
G = 32.33%
B = 59.65%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2081EE (or 0x2081EE) is known color: Dodger Blue. HEX triplet: 20, 81 and EE. RGB value is (32,129,238). Sum of RGB (Red+Green+Blue) = 32+129+238=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #2081EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2081EE is #DF7E11. Grayscale: #6F6F6F. Windows color (decimal): -14646802 or 15630624. OLE color: 15630624.

HSL color Cylindrical-coordinate representation of color #2081EE: hue angle of 211.75º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2081EE is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 129 238 -
CMYK 0.87 0.46 0 0.07
HSL 211.75º 0.86% 0.53% -
HSV(B) 211.75º 0.87% 0.93% -
XYZ 23.88 22.18 83.91 -
YUV 112.42 198.86 70.64 -
System Red Green Blue C M Y K H S L
Decimal 32 129 238 0.87 0.46 0 0.07 211.75 0.86 0.53
Hex 20 81 EE 57 2E 0 7 D4 56 35
Octal 40 201 356 127 56 0 7 324 126 65
Binary 100000 10000001 11101110 1010111 101110 0 111 11010100 1010110 110101

Color Harmonies of #2081EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2081EE

Black with #2081EE

Text Example


Text Example

White with #2081EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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