Html Css Color HEX #188FDD Dodger Blue

📋 copy color: '#188FDD'

red 24 ◦ green 143 ◦ blue 221

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

Shades of Dodger Blue #188FDD

Tints of Dodger Blue #188FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 6.19%
G = 36.86%
B = 56.96%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#188FDD (or 0x188FDD) is known color: Dodger Blue. HEX triplet: 18, 8F and DD. RGB value is (24,143,221). Sum of RGB (Red+Green+Blue) = 24+143+221=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #188FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FDD is #E77022. Grayscale: #737373. Windows color (decimal): -15167523 or 14520088. OLE color: 14520088.

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

Color convert

RGB 24 143 221 -
CMYK 0.89 0.35 0 0.13
HSL 203.76º 0.8% 0.48% -
HSV(B) 203.76º 0.89% 0.87% -
XYZ 23.25 25.06 72.02 -
YUV 116.31 187.08 62.16 -
System Red Green Blue C M Y K H S L
Decimal 24 143 221 0.89 0.35 0 0.13 203.76 0.8 0.48
Hex 18 8F DD 59 23 0 D CC 50 30
Octal 30 217 335 131 43 0 15 314 120 60
Binary 11000 10001111 11011101 1011001 100011 0 1101 11001100 1010000 110000

Color Harmonies of #188FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FDD

Black with #188FDD

Text Example


Text Example

White with #188FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,143,221); }

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

background-color css

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

 a { background-color: rgb(24,143,221); }

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

border-color css

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

 span { border-color: rgb(24,143,221); }

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