Html Css Color HEX #188BDD Dodger Blue

📋 copy color: '#188BDD'

red 24 ◦ green 139 ◦ blue 221

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

Shades of Dodger Blue #188BDD

Tints of Dodger Blue #188BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.2%

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

R = 6.25%
G = 36.2%
B = 57.55%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#188BDD (or 0x188BDD) is known color: Dodger Blue. HEX triplet: 18, 8B and DD. RGB value is (24,139,221). Sum of RGB (Red+Green+Blue) = 24+139+221=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #188BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BDD is #E77422. Grayscale: #717171. Windows color (decimal): -15168547 or 14519064. OLE color: 14519064.

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

Color convert

RGB 24 139 221 -
CMYK 0.89 0.37 0 0.13
HSL 204.97º 0.8% 0.48% -
HSV(B) 204.97º 0.89% 0.87% -
XYZ 22.66 23.88 71.82 -
YUV 113.96 188.4 63.83 -
System Red Green Blue C M Y K H S L
Decimal 24 139 221 0.89 0.37 0 0.13 204.97 0.8 0.48
Hex 18 8B DD 59 25 0 D CD 50 30
Octal 30 213 335 131 45 0 15 315 120 60
Binary 11000 10001011 11011101 1011001 100101 0 1101 11001101 1010000 110000

Color Harmonies of #188BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BDD

Black with #188BDD

Text Example


Text Example

White with #188BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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