Html Css Color HEX #2199EB Dodger Blue

📋 copy color: '#2199EB'

red 33 ◦ green 153 ◦ blue 235

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

Shades of Dodger Blue #2199EB

Tints of Dodger Blue #2199EB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.34%

 BLUE value IS 235 (92.19% from 255) = 55.82%

R = 7.84%
G = 36.34%
B = 55.82%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2199EB (or 0x2199EB) is known color: Dodger Blue. HEX triplet: 21, 99 and EB. RGB value is (33,153,235). Sum of RGB (Red+Green+Blue) = 33+153+235=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #2199EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2199EB is #DE6614. Grayscale: #7E7E7E. Windows color (decimal): -14575125 or 15440161. OLE color: 15440161.

HSL color Cylindrical-coordinate representation of color #2199EB: hue angle of 204.36º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2199EB is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 153 235 -
CMYK 0.86 0.35 0 0.08
HSL 204.36º 0.83% 0.53% -
HSV(B) 204.36º 0.86% 0.92% -
XYZ 27.01 29.1 82.79 -
YUV 126.47 189.24 61.33 -
System Red Green Blue C M Y K H S L
Decimal 33 153 235 0.86 0.35 0 0.08 204.36 0.83 0.53
Hex 21 99 EB 56 23 0 8 CC 53 35
Octal 41 231 353 126 43 0 10 314 123 65
Binary 100001 10011001 11101011 1010110 100011 0 1000 11001100 1010011 110101

Color Harmonies of #2199EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2199EB

Black with #2199EB

Text Example


Text Example

White with #2199EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2199EB; }

 p { color: rgb(33,153,235); }

 H1.HeaderClassName
 {
   color: #2199EB;
 }
 .AnyTagClassName
 {
   color: #2199EB;
 }
</style>

background-color css

<style>
 a { background-color: #2199EB; }

 a { background-color: rgb(33,153,235); }

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

border-color css

<style>
 span { border-color: #2199EB; }

 span { border-color: rgb(33,153,235); }

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