Html Css Color HEX #188ADF Dodger Blue

📋 copy color: '#188ADF'

red 24 ◦ green 138 ◦ blue 223

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

Shades of Dodger Blue #188ADF

Tints of Dodger Blue #188ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

 BLUE value IS 223 (87.5% from 255) = 57.92%

R = 6.23%
G = 35.84%
B = 57.92%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#188ADF (or 0x188ADF) is known color: Dodger Blue. HEX triplet: 18, 8A and DF. RGB value is (24,138,223). Sum of RGB (Red+Green+Blue) = 24+138+223=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #188ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ADF is #E77520. Grayscale: #717171. Windows color (decimal): -15168801 or 14649880. OLE color: 14649880.

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

Color convert

RGB 24 138 223 -
CMYK 0.89 0.38 0 0.13
HSL 205.63º 0.81% 0.48% -
HSV(B) 205.63º 0.89% 0.87% -
XYZ 22.78 23.7 73.19 -
YUV 113.6 189.73 64.09 -
System Red Green Blue C M Y K H S L
Decimal 24 138 223 0.89 0.38 0 0.13 205.63 0.81 0.48
Hex 18 8A DF 59 26 0 D CE 51 30
Octal 30 212 337 131 46 0 15 316 121 60
Binary 11000 10001010 11011111 1011001 100110 0 1101 11001110 1010001 110000

Color Harmonies of #188ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188ADF

Black with #188ADF

Text Example


Text Example

White with #188ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,138,223); }

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

background-color css

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

 a { background-color: rgb(24,138,223); }

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

border-color css

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

 span { border-color: rgb(24,138,223); }

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