Html Css Color HEX #188CDB Dodger Blue

📋 copy color: '#188CDB'

red 24 ◦ green 140 ◦ blue 219

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

Shades of Dodger Blue #188CDB

Tints of Dodger Blue #188CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 6.27%
G = 36.55%
B = 57.18%

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

#188CDB (or 0x188CDB) is known color: Dodger Blue. HEX triplet: 18, 8C and DB. RGB value is (24,140,219). Sum of RGB (Red+Green+Blue) = 24+140+219=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #188CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CDB is #E77324. Grayscale: #717171. Windows color (decimal): -15168293 or 14388248. OLE color: 14388248.

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

Color convert

RGB 24 140 219 -
CMYK 0.89 0.36 0 0.14
HSL 204.31º 0.8% 0.48% -
HSV(B) 204.31º 0.89% 0.86% -
XYZ 22.54 24.06 70.47 -
YUV 114.32 187.07 63.58 -
System Red Green Blue C M Y K H S L
Decimal 24 140 219 0.89 0.36 0 0.14 204.31 0.8 0.48
Hex 18 8C DB 59 24 0 E CC 50 30
Octal 30 214 333 131 44 0 16 314 120 60
Binary 11000 10001100 11011011 1011001 100100 0 1110 11001100 1010000 110000

Color Harmonies of #188CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CDB

Black with #188CDB

Text Example


Text Example

White with #188CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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