Html Css Color HEX #188BDC Dodger Blue

📋 copy color: '#188BDC'

red 24 ◦ green 139 ◦ blue 220

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

Shades of Dodger Blue #188BDC

Tints of Dodger Blue #188BDC

RGB

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

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

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

R = 6.27%
G = 36.29%
B = 57.44%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#188BDC (or 0x188BDC) is known color: Dodger Blue. HEX triplet: 18, 8B and DC. RGB value is (24,139,220). Sum of RGB (Red+Green+Blue) = 24+139+220=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #188BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BDC is #E77423. Grayscale: #717171. Windows color (decimal): -15168548 or 14453528. OLE color: 14453528.

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

Color convert

RGB 24 139 220 -
CMYK 0.89 0.37 0 0.14
HSL 204.8º 0.8% 0.48% -
HSV(B) 204.8º 0.89% 0.86% -
XYZ 22.53 23.83 71.12 -
YUV 113.85 187.9 63.91 -
System Red Green Blue C M Y K H S L
Decimal 24 139 220 0.89 0.37 0 0.14 204.8 0.8 0.48
Hex 18 8B DC 59 25 0 E CD 50 30
Octal 30 213 334 131 45 0 16 315 120 60
Binary 11000 10001011 11011100 1011001 100101 0 1110 11001101 1010000 110000

Color Harmonies of #188BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BDC

Black with #188BDC

Text Example


Text Example

White with #188BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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