#188DFF

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

Shades of Dodger Blue #188DFF

Tints of Dodger Blue #188DFF

Color information

#188DFF (or 0x188DFF) is unknown color: approx Dodger Blue. HEX triplet: 18, 8D and FF. RGB value is (24,141,255). Sum of RGB (Red+Green+Blue) = 24+141+255=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #188DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188DFF is #E77200. Grayscale: #767676. Windows color (decimal): -15168001 or 16747800. OLE color: 16747800.

HSL color Cylindrical-coordinate representation of color #188DFF: hue angle of 209.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #188DFF is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24141255-
CMYK0.910.4500
HSL209.61º100%54.71%-
HSV(B)209.61º90.59%100%-
XYZ27.9526.4698.24-
YUV119.01204.7460.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.71%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 255 (100% from 255) = 60.71%
R=5.71%
G=33.57%
B=60.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241412550.910.4500209.6110054.71
Hex188DFF5B2D00d26437
Octal30215377133550032214467
Binary110001000110111111111101101110110100110100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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