Html Css Color HEX #2193E4 Dodger Blue

📋 copy color: '#2193E4'

red 33 ◦ green 147 ◦ blue 228

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

Shades of Dodger Blue #2193E4

Tints of Dodger Blue #2193E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 55.88%

R = 8.09%
G = 36.03%
B = 55.88%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2193E4 (or 0x2193E4) is known color: Dodger Blue. HEX triplet: 21, 93 and E4. RGB value is (33,147,228). Sum of RGB (Red+Green+Blue) = 33+147+228=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 228 (89.45% from 255 or 55.88% from 408); Max value from RGB is 228 - color contains mainly: blue. Hex color #2193E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2193E4 is #DE6C1B. Grayscale: #797979. Windows color (decimal): -14576668 or 14979873. OLE color: 14979873.

HSL color Cylindrical-coordinate representation of color #2193E4: hue angle of 204.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2193E4 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 147 228 -
CMYK 0.86 0.36 0 0.11
HSL 204.92º 0.78% 0.51% -
HSV(B) 204.92º 0.86% 0.89% -
XYZ 25.06 26.79 77.25 -
YUV 122.15 187.73 64.41 -
System Red Green Blue C M Y K H S L
Decimal 33 147 228 0.86 0.36 0 0.11 204.92 0.78 0.51
Hex 21 93 E4 56 24 0 B CD 4E 33
Octal 41 223 344 126 44 0 13 315 116 63
Binary 100001 10010011 11100100 1010110 100100 0 1011 11001101 1001110 110011

Color Harmonies of #2193E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2193E4

Black with #2193E4

Text Example


Text Example

White with #2193E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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