#188BFB

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

Shades of Dodger Blue #188BFB

Tints of Dodger Blue #188BFB

Color information

#188BFB (or 0x188BFB) is unknown color: approx Dodger Blue. HEX triplet: 18, 8B and FB. RGB value is (24,139,251). Sum of RGB (Red+Green+Blue) = 24+139+251=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #188BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BFB is #E77404. Grayscale: #747474. Windows color (decimal): -15168517 or 16485144. OLE color: 16485144.

HSL color Cylindrical-coordinate representation of color #188BFB: hue angle of 209.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188BFB is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24139251-
CMYK0.900.4500.02
HSL209.6º96.6%53.92%-
HSV(B)209.6º90.44%98.43%-
XYZ27.0225.6294.79-
YUV117.38203.461.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.80%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 251 (98.44% from 255) = 60.63%
R=5.80%
G=33.57%
B=60.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241392510.900.4500.02209.696.653.92
Hex188BFB5A2D02d26136
Octal30213373132550232214166
Binary1100010001011111110111011010101101010110100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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