Html Css Color HEX #188EDB Dodger Blue

📋 copy color: '#188EDB'

red 24 ◦ green 142 ◦ blue 219

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

Shades of Dodger Blue #188EDB

Tints of Dodger Blue #188EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.88%

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

R = 6.23%
G = 36.88%
B = 56.88%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#188EDB (or 0x188EDB) is known color: Dodger Blue. HEX triplet: 18, 8E and DB. RGB value is (24,142,219). Sum of RGB (Red+Green+Blue) = 24+142+219=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #188EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188EDB is #E77124. Grayscale: #737373. Windows color (decimal): -15167781 or 14388760. OLE color: 14388760.

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

Color convert

RGB 24 142 219 -
CMYK 0.89 0.35 0 0.14
HSL 203.69º 0.8% 0.48% -
HSV(B) 203.69º 0.89% 0.86% -
XYZ 22.84 24.65 70.57 -
YUV 115.5 186.41 62.74 -
System Red Green Blue C M Y K H S L
Decimal 24 142 219 0.89 0.35 0 0.14 203.69 0.8 0.48
Hex 18 8E DB 59 23 0 E CC 50 30
Octal 30 216 333 131 43 0 16 314 120 60
Binary 11000 10001110 11011011 1011001 100011 0 1110 11001100 1010000 110000

Color Harmonies of #188EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188EDB

Black with #188EDB

Text Example


Text Example

White with #188EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,142,219); }

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

background-color css

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

 a { background-color: rgb(24,142,219); }

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

border-color css

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

 span { border-color: rgb(24,142,219); }

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