Html Css Color HEX #2198EF Dodger Blue

📋 copy color: '#2198EF'

red 33 ◦ green 152 ◦ blue 239

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

Shades of Dodger Blue #2198EF

Tints of Dodger Blue #2198EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 7.78%
G = 35.85%
B = 56.37%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2198EF (or 0x2198EF) is known color: Dodger Blue. HEX triplet: 21, 98 and EF. RGB value is (33,152,239). Sum of RGB (Red+Green+Blue) = 33+152+239=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #2198EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2198EF is #DE6710. Grayscale: #7D7D7D. Windows color (decimal): -14575377 or 15702049. OLE color: 15702049.

HSL color Cylindrical-coordinate representation of color #2198EF: hue angle of 205.34º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2198EF is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 152 239 -
CMYK 0.86 0.36 0 0.06
HSL 205.34º 0.87% 0.53% -
HSV(B) 205.34º 0.86% 0.94% -
XYZ 27.44 29.01 85.82 -
YUV 126.34 191.58 61.43 -
System Red Green Blue C M Y K H S L
Decimal 33 152 239 0.86 0.36 0 0.06 205.34 0.87 0.53
Hex 21 98 EF 56 24 0 6 CD 57 35
Octal 41 230 357 126 44 0 6 315 127 65
Binary 100001 10011000 11101111 1010110 100100 0 110 11001101 1010111 110101

Color Harmonies of #2198EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2198EF

Black with #2198EF

Text Example


Text Example

White with #2198EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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