Html Css Color HEX #188EDA Dodger Blue

📋 copy color: '#188EDA'

red 24 ◦ green 142 ◦ blue 218

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

Shades of Dodger Blue #188EDA

Tints of Dodger Blue #188EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.77%

R = 6.25%
G = 36.98%
B = 56.77%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#188EDA (or 0x188EDA) is known color: Dodger Blue. HEX triplet: 18, 8E and DA. RGB value is (24,142,218). Sum of RGB (Red+Green+Blue) = 24+142+218=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #188EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188EDA is #E77125. Grayscale: #727272. Windows color (decimal): -15167782 or 14323224. OLE color: 14323224.

HSL color Cylindrical-coordinate representation of color #188EDA: hue angle of 203.51º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188EDA is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 142 218 -
CMYK 0.89 0.35 0 0.15
HSL 203.51º 0.8% 0.47% -
HSV(B) 203.51º 0.89% 0.85% -
XYZ 22.7 24.6 69.88 -
YUV 115.38 185.91 62.82 -
System Red Green Blue C M Y K H S L
Decimal 24 142 218 0.89 0.35 0 0.15 203.51 0.8 0.47
Hex 18 8E DA 59 23 0 F CC 50 2F
Octal 30 216 332 131 43 0 17 314 120 57
Binary 11000 10001110 11011010 1011001 100011 0 1111 11001100 1010000 101111

Color Harmonies of #188EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188EDA

Black with #188EDA

Text Example


Text Example

White with #188EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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