Html Css Color HEX #188DF6 Dodger Blue

📋 copy color: '#188DF6'

red 24 ◦ green 141 ◦ blue 246

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

Shades of Dodger Blue #188DF6

Tints of Dodger Blue #188DF6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

 BLUE value IS 246 (96.48% from 255) = 59.85%

R = 5.84%
G = 34.31%
B = 59.85%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#188DF6 (or 0x188DF6) is known color: Dodger Blue. HEX triplet: 18, 8D and F6. RGB value is (24,141,246). Sum of RGB (Red+Green+Blue) = 24+141+246=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #188DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188DF6 is #E77209. Grayscale: #757575. Windows color (decimal): -15168010 or 16157976. OLE color: 16157976.

HSL color Cylindrical-coordinate representation of color #188DF6: hue angle of 208.38º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188DF6 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 141 246 -
CMYK 0.90 0.43 0 0.04
HSL 208.38º 0.93% 0.53% -
HSV(B) 208.38º 0.9% 0.96% -
XYZ 26.54 25.9 90.79 -
YUV 117.99 200.24 60.96 -
System Red Green Blue C M Y K H S L
Decimal 24 141 246 0.90 0.43 0 0.04 208.38 0.93 0.53
Hex 18 8D F6 5A 2B 0 4 D0 5C 35
Octal 30 215 366 132 53 0 4 320 134 65
Binary 11000 10001101 11110110 1011010 101011 0 100 11010000 1011100 110101

Color Harmonies of #188DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DF6

Black with #188DF6

Text Example


Text Example

White with #188DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,141,246); }

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

background-color css

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

 a { background-color: rgb(24,141,246); }

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

border-color css

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

 span { border-color: rgb(24,141,246); }

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