Html Css Color HEX #188DDD Dodger Blue

📋 copy color: '#188DDD'

red 24 ◦ green 141 ◦ blue 221

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

Shades of Dodger Blue #188DDD

Tints of Dodger Blue #188DDD

RGB

 RED value IS 24 (9.77% from 255) = 6.22%

 GREEN value IS 141 (55.47% from 255) = 36.53%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 6.22%
G = 36.53%
B = 57.25%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#188DDD (or 0x188DDD) is known color: Dodger Blue. HEX triplet: 18, 8D and DD. RGB value is (24,141,221). Sum of RGB (Red+Green+Blue) = 24+141+221=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #188DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DDD is #E77222. Grayscale: #727272. Windows color (decimal): -15168035 or 14519576. OLE color: 14519576.

HSL color Cylindrical-coordinate representation of color #188DDD: hue angle of 204.37º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188DDD is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 141 221 -
CMYK 0.89 0.36 0 0.13
HSL 204.37º 0.8% 0.48% -
HSV(B) 204.37º 0.89% 0.87% -
XYZ 22.95 24.46 71.92 -
YUV 115.14 187.74 63 -
System Red Green Blue C M Y K H S L
Decimal 24 141 221 0.89 0.36 0 0.13 204.37 0.8 0.48
Hex 18 8D DD 59 24 0 D CC 50 30
Octal 30 215 335 131 44 0 15 314 120 60
Binary 11000 10001101 11011101 1011001 100100 0 1101 11001100 1010000 110000

Color Harmonies of #188DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DDD

Black with #188DDD

Text Example


Text Example

White with #188DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188DDD; }

 p { color: rgb(24,141,221); }

 H1.HeaderClassName
 {
   color: #188DDD;
 }
 .AnyTagClassName
 {
   color: #188DDD;
 }
</style>

background-color css

<style>
 a { background-color: #188DDD; }

 a { background-color: rgb(24,141,221); }

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

border-color css

<style>
 span { border-color: #188DDD; }

 span { border-color: rgb(24,141,221); }

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