Html Css Color HEX #2197EE Dodger Blue

📋 copy color: '#2197EE'

red 33 ◦ green 151 ◦ blue 238

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

Shades of Dodger Blue #2197EE

Tints of Dodger Blue #2197EE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.78%

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

R = 7.82%
G = 35.78%
B = 56.4%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2197EE (or 0x2197EE) is known color: Dodger Blue. HEX triplet: 21, 97 and EE. RGB value is (33,151,238). Sum of RGB (Red+Green+Blue) = 33+151+238=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #2197EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2197EE is #DE6811. Grayscale: #7D7D7D. Windows color (decimal): -14575634 or 15636257. OLE color: 15636257.

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

Color convert

RGB 33 151 238 -
CMYK 0.86 0.37 0 0.07
HSL 205.46º 0.86% 0.53% -
HSV(B) 205.46º 0.86% 0.93% -
XYZ 27.13 28.63 84.99 -
YUV 125.64 191.41 61.93 -
System Red Green Blue C M Y K H S L
Decimal 33 151 238 0.86 0.37 0 0.07 205.46 0.86 0.53
Hex 21 97 EE 56 25 0 7 CD 56 35
Octal 41 227 356 126 45 0 7 315 126 65
Binary 100001 10010111 11101110 1010110 100101 0 111 11001101 1010110 110101

Color Harmonies of #2197EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2197EE

Black with #2197EE

Text Example


Text Example

White with #2197EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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