Html Css Color HEX #2199EF Dodger Blue

📋 copy color: '#2199EF'

red 33 ◦ green 153 ◦ blue 239

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

Shades of Dodger Blue #2199EF

Tints of Dodger Blue #2199EF

RGB

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

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

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

R = 7.76%
G = 36%
B = 56.24%

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

#2199EF (or 0x2199EF) is known color: Dodger Blue. HEX triplet: 21, 99 and EF. RGB value is (33,153,239). Sum of RGB (Red+Green+Blue) = 33+153+239=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #2199EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2199EF is #DE6610. Grayscale: #7E7E7E. Windows color (decimal): -14575121 or 15702305. OLE color: 15702305.

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

Color convert

RGB 33 153 239 -
CMYK 0.86 0.36 0 0.06
HSL 205.05º 0.87% 0.53% -
HSV(B) 205.05º 0.86% 0.94% -
XYZ 27.6 29.34 85.87 -
YUV 126.92 191.24 61.01 -
System Red Green Blue C M Y K H S L
Decimal 33 153 239 0.86 0.36 0 0.06 205.05 0.87 0.53
Hex 21 99 EF 56 24 0 6 CD 57 35
Octal 41 231 357 126 44 0 6 315 127 65
Binary 100001 10011001 11101111 1010110 100100 0 110 11001101 1010111 110101

Color Harmonies of #2199EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2199EF

Black with #2199EF

Text Example


Text Example

White with #2199EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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