Html Css Color HEX #188BDE Dodger Blue

📋 copy color: '#188BDE'

red 24 ◦ green 139 ◦ blue 222

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

Shades of Dodger Blue #188BDE

Tints of Dodger Blue #188BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 6.23%
G = 36.1%
B = 57.66%

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

#188BDE (or 0x188BDE) is known color: Dodger Blue. HEX triplet: 18, 8B and DE. RGB value is (24,139,222). Sum of RGB (Red+Green+Blue) = 24+139+222=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #188BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BDE is #E77421. Grayscale: #717171. Windows color (decimal): -15168546 or 14584600. OLE color: 14584600.

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

Color convert

RGB 24 139 222 -
CMYK 0.89 0.37 0 0.13
HSL 205.15º 0.8% 0.48% -
HSV(B) 205.15º 0.89% 0.87% -
XYZ 22.79 23.93 72.53 -
YUV 114.08 188.9 63.75 -
System Red Green Blue C M Y K H S L
Decimal 24 139 222 0.89 0.37 0 0.13 205.15 0.8 0.48
Hex 18 8B DE 59 25 0 D CD 50 30
Octal 30 213 336 131 45 0 15 315 120 60
Binary 11000 10001011 11011110 1011001 100101 0 1101 11001101 1010000 110000

Color Harmonies of #188BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BDE

Black with #188BDE

Text Example


Text Example

White with #188BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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