#188BF6

Color #188BF6 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #188BF6

Tints of Dodger Blue #188BF6

Color information

#188BF6 (or 0x188BF6) is unknown color: approx Dodger Blue. HEX triplet: 18, 8B and F6. RGB value is (24,139,246). Sum of RGB (Red+Green+Blue) = 24+139+246=409 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.87% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #188BF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BF6 is #E77409. Grayscale: #747474. Windows color (decimal): -15168522 or 16157464. OLE color: 16157464.

HSL color Cylindrical-coordinate representation of color #188BF6: hue angle of 208.92º 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 #188BF6 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24139246-
CMYK0.900.4300.04
HSL208.92º92.5%52.94%-
HSV(B)208.92º90.24%96.47%-
XYZ26.2425.3190.69-
YUV116.81200.961.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.87%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 246 (96.48% from 255) = 60.15%
R=5.87%
G=33.99%
B=60.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal241392460.900.4300.04208.9292.552.94
Hex188BF65A2B04d15c35
Octal30213366132530432113465
Binary11000100010111111011010110101010110100110100011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #188BF6;
 }
 .AnyTagClassName
 {
   color: #188BF6;
 }
</style>
background-color css

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

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

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

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

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

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