Html Css Color HEX #2198EE Dodger Blue

📋 copy color: '#2198EE'

red 33 ◦ green 152 ◦ blue 238

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

Shades of Dodger Blue #2198EE

Tints of Dodger Blue #2198EE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

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

R = 7.8%
G = 35.93%
B = 56.26%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2198EE (or 0x2198EE) is known color: Dodger Blue. HEX triplet: 21, 98 and EE. RGB value is (33,152,238). Sum of RGB (Red+Green+Blue) = 33+152+238=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #2198EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2198EE is #DE6711. Grayscale: #7D7D7D. Windows color (decimal): -14575378 or 15636513. OLE color: 15636513.

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

Color convert

RGB 33 152 238 -
CMYK 0.86 0.36 0 0.07
HSL 205.17º 0.86% 0.53% -
HSV(B) 205.17º 0.86% 0.93% -
XYZ 27.29 28.95 85.04 -
YUV 126.22 191.08 61.51 -
System Red Green Blue C M Y K H S L
Decimal 33 152 238 0.86 0.36 0 0.07 205.17 0.86 0.53
Hex 21 98 EE 56 24 0 7 CD 56 35
Octal 41 230 356 126 44 0 7 315 126 65
Binary 100001 10011000 11101110 1010110 100100 0 111 11001101 1010110 110101

Color Harmonies of #2198EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2198EE

Black with #2198EE

Text Example


Text Example

White with #2198EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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