Html Css Color HEX #188CDC Dodger Blue

📋 copy color: '#188CDC'

red 24 ◦ green 140 ◦ blue 220

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

Shades of Dodger Blue #188CDC

Tints of Dodger Blue #188CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.29%

R = 6.25%
G = 36.46%
B = 57.29%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#188CDC (or 0x188CDC) is known color: Dodger Blue. HEX triplet: 18, 8C and DC. RGB value is (24,140,220). Sum of RGB (Red+Green+Blue) = 24+140+220=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #188CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CDC is #E77323. Grayscale: #727272. Windows color (decimal): -15168292 or 14453784. OLE color: 14453784.

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

Color convert

RGB 24 140 220 -
CMYK 0.89 0.36 0 0.14
HSL 204.49º 0.8% 0.48% -
HSV(B) 204.49º 0.89% 0.86% -
XYZ 22.67 24.12 71.17 -
YUV 114.44 187.57 63.5 -
System Red Green Blue C M Y K H S L
Decimal 24 140 220 0.89 0.36 0 0.14 204.49 0.8 0.48
Hex 18 8C DC 59 24 0 E CC 50 30
Octal 30 214 334 131 44 0 16 314 120 60
Binary 11000 10001100 11011100 1011001 100100 0 1110 11001100 1010000 110000

Color Harmonies of #188CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CDC

Black with #188CDC

Text Example


Text Example

White with #188CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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