Html Css Color HEX #2193EE Dodger Blue

📋 copy color: '#2193EE'

red 33 ◦ green 147 ◦ blue 238

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

Shades of Dodger Blue #2193EE

Tints of Dodger Blue #2193EE

RGB

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

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

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

R = 7.89%
G = 35.17%
B = 56.94%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2193EE (or 0x2193EE) is known color: Dodger Blue. HEX triplet: 21, 93 and EE. RGB value is (33,147,238). Sum of RGB (Red+Green+Blue) = 33+147+238=418 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.89% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #2193EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2193EE is #DE6C11. Grayscale: #7A7A7A. Windows color (decimal): -14576658 or 15635233. OLE color: 15635233.

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

Color convert

RGB 33 147 238 -
CMYK 0.86 0.38 0 0.07
HSL 206.63º 0.86% 0.53% -
HSV(B) 206.63º 0.86% 0.93% -
XYZ 26.49 27.36 84.77 -
YUV 123.29 192.73 63.6 -
System Red Green Blue C M Y K H S L
Decimal 33 147 238 0.86 0.38 0 0.07 206.63 0.86 0.53
Hex 21 93 EE 56 26 0 7 CF 56 35
Octal 41 223 356 126 46 0 7 317 126 65
Binary 100001 10010011 11101110 1010110 100110 0 111 11001111 1010110 110101

Color Harmonies of #2193EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2193EE

Black with #2193EE

Text Example


Text Example

White with #2193EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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