Html Css Color HEX #2093EB Dodger Blue

📋 copy color: '#2093EB'

red 32 ◦ green 147 ◦ blue 235

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

Shades of Dodger Blue #2093EB

Tints of Dodger Blue #2093EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 7.73%
G = 35.51%
B = 56.76%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2093EB (or 0x2093EB) is known color: Dodger Blue. HEX triplet: 20, 93 and EB. RGB value is (32,147,235). Sum of RGB (Red+Green+Blue) = 32+147+235=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #2093EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2093EB is #DF6C14. Grayscale: #7A7A7A. Windows color (decimal): -14642197 or 15438624. OLE color: 15438624.

HSL color Cylindrical-coordinate representation of color #2093EB: hue angle of 206.01º degrees, saturation: 0.84, 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 #2093EB is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 147 235 -
CMYK 0.86 0.37 0 0.08
HSL 206.01º 0.84% 0.52% -
HSV(B) 206.01º 0.86% 0.92% -
XYZ 26.02 27.17 82.47 -
YUV 122.65 191.4 63.34 -
System Red Green Blue C M Y K H S L
Decimal 32 147 235 0.86 0.37 0 0.08 206.01 0.84 0.52
Hex 20 93 EB 56 25 0 8 CE 54 34
Octal 40 223 353 126 45 0 10 316 124 64
Binary 100000 10010011 11101011 1010110 100101 0 1000 11001110 1010100 110100

Color Harmonies of #2093EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2093EB

Black with #2093EB

Text Example


Text Example

White with #2093EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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