Html Css Color HEX #188DE8 Dodger Blue

📋 copy color: '#188DE8'

red 24 ◦ green 141 ◦ blue 232

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

Shades of Dodger Blue #188DE8

Tints of Dodger Blue #188DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58.44%

R = 6.05%
G = 35.52%
B = 58.44%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#188DE8 (or 0x188DE8) is known color: Dodger Blue. HEX triplet: 18, 8D and E8. RGB value is (24,141,232). Sum of RGB (Red+Green+Blue) = 24+141+232=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 232 (91.02% from 255 or 58.44% from 397); Max value from RGB is 232 - color contains mainly: blue. Hex color #188DE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188DE8 is #E77217. Grayscale: #737373. Windows color (decimal): -15168024 or 15240472. OLE color: 15240472.

HSL color Cylindrical-coordinate representation of color #188DE8: hue angle of 206.25º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188DE8 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 141 232 -
CMYK 0.90 0.39 0 0.09
HSL 206.25º 0.82% 0.5% -
HSV(B) 206.25º 0.9% 0.91% -
XYZ 24.47 25.07 79.89 -
YUV 116.39 193.24 62.1 -
System Red Green Blue C M Y K H S L
Decimal 24 141 232 0.90 0.39 0 0.09 206.25 0.82 0.5
Hex 18 8D E8 5A 27 0 9 CE 52 32
Octal 30 215 350 132 47 0 11 316 122 62
Binary 11000 10001101 11101000 1011010 100111 0 1001 11001110 1010010 110010

Color Harmonies of #188DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DE8

Black with #188DE8

Text Example


Text Example

White with #188DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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