Html Css Color HEX #188DDF Dodger Blue

📋 copy color: '#188DDF'

red 24 ◦ green 141 ◦ blue 223

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

Shades of Dodger Blue #188DDF

Tints of Dodger Blue #188DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 6.19%
G = 36.34%
B = 57.47%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#188DDF (or 0x188DDF) is known color: Dodger Blue. HEX triplet: 18, 8D and DF. RGB value is (24,141,223). Sum of RGB (Red+Green+Blue) = 24+141+223=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #188DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DDF is #E77220. Grayscale: #727272. Windows color (decimal): -15168033 or 14650648. OLE color: 14650648.

HSL color Cylindrical-coordinate representation of color #188DDF: hue angle of 204.72º degrees, saturation: 0.81, 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 #188DDF is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 141 223 -
CMYK 0.89 0.37 0 0.13
HSL 204.72º 0.81% 0.48% -
HSV(B) 204.72º 0.89% 0.87% -
XYZ 23.22 24.57 73.33 -
YUV 115.37 188.74 62.83 -
System Red Green Blue C M Y K H S L
Decimal 24 141 223 0.89 0.37 0 0.13 204.72 0.81 0.48
Hex 18 8D DF 59 25 0 D CD 51 30
Octal 30 215 337 131 45 0 15 315 121 60
Binary 11000 10001101 11011111 1011001 100101 0 1101 11001101 1010001 110000

Color Harmonies of #188DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DDF

Black with #188DDF

Text Example


Text Example

White with #188DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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