Html Css Color HEX #188DE5 Dodger Blue

📋 copy color: '#188DE5'

red 24 ◦ green 141 ◦ blue 229

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

Shades of Dodger Blue #188DE5

Tints of Dodger Blue #188DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 58.12%

R = 6.09%
G = 35.79%
B = 58.12%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#188DE5 (or 0x188DE5) is known color: Dodger Blue. HEX triplet: 18, 8D and E5. RGB value is (24,141,229). Sum of RGB (Red+Green+Blue) = 24+141+229=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #188DE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DE5 is #E7721A. Grayscale: #737373. Windows color (decimal): -15168027 or 15043864. OLE color: 15043864.

HSL color Cylindrical-coordinate representation of color #188DE5: hue angle of 205.76º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188DE5 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 24 141 229 -
CMYK 0.90 0.38 0 0.10
HSL 205.76º 0.81% 0.5% -
HSV(B) 205.76º 0.9% 0.9% -
XYZ 24.04 24.9 77.67 -
YUV 116.05 191.74 62.34 -
System Red Green Blue C M Y K H S L
Decimal 24 141 229 0.90 0.38 0 0.10 205.76 0.81 0.5
Hex 18 8D E5 5A 26 0 A CE 51 32
Octal 30 215 345 132 46 0 12 316 121 62
Binary 11000 10001101 11100101 1011010 100110 0 1010 11001110 1010001 110010

Color Harmonies of #188DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DE5

Black with #188DE5

Text Example


Text Example

White with #188DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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