Html Css Color HEX #188EEC Dodger Blue

📋 copy color: '#188EEC'

red 24 ◦ green 142 ◦ blue 236

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

Shades of Dodger Blue #188EEC

Tints of Dodger Blue #188EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.71%

R = 5.97%
G = 35.32%
B = 58.71%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#188EEC (or 0x188EEC) is known color: Dodger Blue. HEX triplet: 18, 8E and EC. RGB value is (24,142,236). Sum of RGB (Red+Green+Blue) = 24+142+236=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #188EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188EEC is #E77113. Grayscale: #747474. Windows color (decimal): -15167764 or 15502872. OLE color: 15502872.

HSL color Cylindrical-coordinate representation of color #188EEC: hue angle of 206.6º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188EEC is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 142 236 -
CMYK 0.90 0.40 0 0.07
HSL 206.6º 0.85% 0.51% -
HSV(B) 206.6º 0.9% 0.93% -
XYZ 25.19 25.6 82.97 -
YUV 117.43 194.91 61.36 -
System Red Green Blue C M Y K H S L
Decimal 24 142 236 0.90 0.40 0 0.07 206.6 0.85 0.51
Hex 18 8E EC 5A 28 0 7 CF 55 33
Octal 30 216 354 132 50 0 7 317 125 63
Binary 11000 10001110 11101100 1011010 101000 0 111 11001111 1010101 110011

Color Harmonies of #188EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188EEC

Black with #188EEC

Text Example


Text Example

White with #188EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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