Html Css Color HEX #2093EE Dodger Blue

📋 copy color: '#2093EE'

red 32 ◦ green 147 ◦ blue 238

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

Shades of Dodger Blue #2093EE

Tints of Dodger Blue #2093EE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

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

R = 7.67%
G = 35.25%
B = 57.07%

CMYK

 C value IS 0.87

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2093EE (or 0x2093EE) is known color: Dodger Blue. HEX triplet: 20, 93 and EE. RGB value is (32,147,238). Sum of RGB (Red+Green+Blue) = 32+147+238=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #2093EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2093EE is #DF6C11. Grayscale: #7A7A7A. Windows color (decimal): -14642194 or 15635232. OLE color: 15635232.

HSL color Cylindrical-coordinate representation of color #2093EE: hue angle of 206.5º 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 #2093EE is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 147 238 -
CMYK 0.87 0.38 0 0.07
HSL 206.5º 0.86% 0.53% -
HSV(B) 206.5º 0.87% 0.93% -
XYZ 26.46 27.35 84.77 -
YUV 122.99 192.9 63.1 -
System Red Green Blue C M Y K H S L
Decimal 32 147 238 0.87 0.38 0 0.07 206.5 0.86 0.53
Hex 20 93 EE 57 26 0 7 CF 56 35
Octal 40 223 356 127 46 0 7 317 126 65
Binary 100000 10010011 11101110 1010111 100110 0 111 11001111 1010110 110101

Color Harmonies of #2093EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2093EE

Black with #2093EE

Text Example


Text Example

White with #2093EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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