Html Css Color HEX #188DEF Dodger Blue

📋 copy color: '#188DEF'

red 24 ◦ green 141 ◦ blue 239

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

Shades of Dodger Blue #188DEF

Tints of Dodger Blue #188DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.16%

R = 5.94%
G = 34.9%
B = 59.16%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#188DEF (or 0x188DEF) is known color: Dodger Blue. HEX triplet: 18, 8D and EF. RGB value is (24,141,239). Sum of RGB (Red+Green+Blue) = 24+141+239=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #188DEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188DEF is #E77210. Grayscale: #747474. Windows color (decimal): -15168017 or 15699224. OLE color: 15699224.

HSL color Cylindrical-coordinate representation of color #188DEF: hue angle of 207.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188DEF is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 141 239 -
CMYK 0.90 0.41 0 0.06
HSL 207.35º 0.87% 0.52% -
HSV(B) 207.35º 0.9% 0.94% -
XYZ 25.48 25.48 85.24 -
YUV 117.19 196.74 61.53 -
System Red Green Blue C M Y K H S L
Decimal 24 141 239 0.90 0.41 0 0.06 207.35 0.87 0.52
Hex 18 8D EF 5A 29 0 6 CF 57 34
Octal 30 215 357 132 51 0 6 317 127 64
Binary 11000 10001101 11101111 1011010 101001 0 110 11001111 1010111 110100

Color Harmonies of #188DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DEF

Black with #188DEF

Text Example


Text Example

White with #188DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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