Html Css Color HEX #2088DB Dodger Blue

📋 copy color: '#2088DB'

red 32 ◦ green 136 ◦ blue 219

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

Shades of Dodger Blue #2088DB

Tints of Dodger Blue #2088DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 8.27%
G = 35.14%
B = 56.59%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2088DB (or 0x2088DB) is known color: Dodger Blue. HEX triplet: 20, 88 and DB. RGB value is (32,136,219). Sum of RGB (Red+Green+Blue) = 32+136+219=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #2088DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088DB is #DF7724. Grayscale: #717171. Windows color (decimal): -14645029 or 14387232. OLE color: 14387232.

HSL color Cylindrical-coordinate representation of color #2088DB: hue angle of 206.63º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2088DB is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 136 219 -
CMYK 0.85 0.38 0 0.14
HSL 206.63º 0.75% 0.49% -
HSV(B) 206.63º 0.85% 0.86% -
XYZ 22.19 23.03 70.29 -
YUV 114.37 187.04 69.25 -
System Red Green Blue C M Y K H S L
Decimal 32 136 219 0.85 0.38 0 0.14 206.63 0.75 0.49
Hex 20 88 DB 55 26 0 E CF 4B 31
Octal 40 210 333 125 46 0 16 317 113 61
Binary 100000 10001000 11011011 1010101 100110 0 1110 11001111 1001011 110001

Color Harmonies of #2088DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2088DB

Black with #2088DB

Text Example


Text Example

White with #2088DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2088DB; }

 p { color: rgb(32,136,219); }

 H1.HeaderClassName
 {
   color: #2088DB;
 }
 .AnyTagClassName
 {
   color: #2088DB;
 }
</style>

background-color css

<style>
 a { background-color: #2088DB; }

 a { background-color: rgb(32,136,219); }

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

border-color css

<style>
 span { border-color: #2088DB; }

 span { border-color: rgb(32,136,219); }

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