Html Css Color HEX #188EDD Dodger Blue

📋 copy color: '#188EDD'

red 24 ◦ green 142 ◦ blue 221

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

Shades of Dodger Blue #188EDD

Tints of Dodger Blue #188EDD

RGB

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

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

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

R = 6.2%
G = 36.69%
B = 57.11%

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

#188EDD (or 0x188EDD) is known color: Dodger Blue. HEX triplet: 18, 8E and DD. RGB value is (24,142,221). Sum of RGB (Red+Green+Blue) = 24+142+221=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #188EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188EDD is #E77122. Grayscale: #737373. Windows color (decimal): -15167779 or 14519832. OLE color: 14519832.

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

Color convert

RGB 24 142 221 -
CMYK 0.89 0.36 0 0.13
HSL 204.06º 0.8% 0.48% -
HSV(B) 204.06º 0.89% 0.87% -
XYZ 23.1 24.76 71.97 -
YUV 115.72 187.41 62.58 -
System Red Green Blue C M Y K H S L
Decimal 24 142 221 0.89 0.36 0 0.13 204.06 0.8 0.48
Hex 18 8E DD 59 24 0 D CC 50 30
Octal 30 216 335 131 44 0 15 314 120 60
Binary 11000 10001110 11011101 1011001 100100 0 1101 11001100 1010000 110000

Color Harmonies of #188EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188EDD

Black with #188EDD

Text Example


Text Example

White with #188EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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