Html Css Color HEX #188DDA Dodger Blue

📋 copy color: '#188DDA'

red 24 ◦ green 141 ◦ blue 218

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

Shades of Dodger Blue #188DDA

Tints of Dodger Blue #188DDA

RGB

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

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

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

R = 6.27%
G = 36.81%
B = 56.92%

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

#188DDA (or 0x188DDA) is known color: Dodger Blue. HEX triplet: 18, 8D and DA. RGB value is (24,141,218). Sum of RGB (Red+Green+Blue) = 24+141+218=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #188DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DDA is #E77225. Grayscale: #727272. Windows color (decimal): -15168038 or 14322968. OLE color: 14322968.

HSL color Cylindrical-coordinate representation of color #188DDA: hue angle of 203.81º 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 #188DDA is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 141 218 -
CMYK 0.89 0.35 0 0.15
HSL 203.81º 0.8% 0.47% -
HSV(B) 203.81º 0.89% 0.85% -
XYZ 22.56 24.31 69.83 -
YUV 114.8 186.24 63.24 -
System Red Green Blue C M Y K H S L
Decimal 24 141 218 0.89 0.35 0 0.15 203.81 0.8 0.47
Hex 18 8D DA 59 23 0 F CC 50 2F
Octal 30 215 332 131 43 0 17 314 120 57
Binary 11000 10001101 11011010 1011001 100011 0 1111 11001100 1010000 101111

Color Harmonies of #188DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DDA

Black with #188DDA

Text Example


Text Example

White with #188DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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