Html Css Color HEX #188CDE Dodger Blue

📋 copy color: '#188CDE'

red 24 ◦ green 140 ◦ blue 222

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

Shades of Dodger Blue #188CDE

Tints of Dodger Blue #188CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

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

R = 6.22%
G = 36.27%
B = 57.51%

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

#188CDE (or 0x188CDE) is known color: Dodger Blue. HEX triplet: 18, 8C and DE. RGB value is (24,140,222). Sum of RGB (Red+Green+Blue) = 24+140+222=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #188CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CDE is #E77321. Grayscale: #727272. Windows color (decimal): -15168290 or 14584856. OLE color: 14584856.

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

Color convert

RGB 24 140 222 -
CMYK 0.89 0.37 0 0.13
HSL 204.85º 0.8% 0.48% -
HSV(B) 204.85º 0.89% 0.87% -
XYZ 22.94 24.22 72.57 -
YUV 114.66 188.57 63.33 -
System Red Green Blue C M Y K H S L
Decimal 24 140 222 0.89 0.37 0 0.13 204.85 0.8 0.48
Hex 18 8C DE 59 25 0 D CD 50 30
Octal 30 214 336 131 45 0 15 315 120 60
Binary 11000 10001100 11011110 1011001 100101 0 1101 11001101 1010000 110000

Color Harmonies of #188CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CDE

Black with #188CDE

Text Example


Text Example

White with #188CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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