Html Css Color HEX #2099EF Dodger Blue

📋 copy color: '#2099EF'

red 32 ◦ green 153 ◦ blue 239

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

Shades of Dodger Blue #2099EF

Tints of Dodger Blue #2099EF

RGB

 RED value IS 32 (12.89% from 255) = 7.55%

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

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

R = 7.55%
G = 36.08%
B = 56.37%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2099EF (or 0x2099EF) is known color: Dodger Blue. HEX triplet: 20, 99 and EF. RGB value is (32,153,239). Sum of RGB (Red+Green+Blue) = 32+153+239=424 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.55% from 424); Green value is 153 (60.16% from 255 or 36.08% 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 #2099EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2099EF is #DF6610. Grayscale: #7E7E7E. Windows color (decimal): -14640657 or 15702304. OLE color: 15702304.

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

Color convert

RGB 32 153 239 -
CMYK 0.87 0.36 0 0.06
HSL 204.93º 0.87% 0.53% -
HSV(B) 204.93º 0.87% 0.94% -
XYZ 27.57 29.32 85.87 -
YUV 126.63 191.41 60.51 -
System Red Green Blue C M Y K H S L
Decimal 32 153 239 0.87 0.36 0 0.06 204.93 0.87 0.53
Hex 20 99 EF 57 24 0 6 CD 57 35
Octal 40 231 357 127 44 0 6 315 127 65
Binary 100000 10011001 11101111 1010111 100100 0 110 11001101 1010111 110101

Color Harmonies of #2099EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2099EF

Black with #2099EF

Text Example


Text Example

White with #2099EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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