#188CFB

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

Shades of Dodger Blue #188CFB

Tints of Dodger Blue #188CFB

Color information

#188CFB (or 0x188CFB) is unknown color: approx Dodger Blue. HEX triplet: 18, 8C and FB. RGB value is (24,140,251). Sum of RGB (Red+Green+Blue) = 24+140+251=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #188CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188CFB is #E77304. Grayscale: #757575. Windows color (decimal): -15168261 or 16485400. OLE color: 16485400.

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

Color convert

RGB24140251-
CMYK0.900.4400.02
HSL209.34º96.6%53.92%-
HSV(B)209.34º90.44%98.43%-
XYZ27.1725.9294.84-
YUV117.97203.0760.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.78%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 251 (98.44% from 255) = 60.48%
R=5.78%
G=33.73%
B=60.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241402510.900.4400.02209.3496.653.92
Hex188CFB5A2C02d16136
Octal30214373132540232114166
Binary1100010001100111110111011010101100010110100011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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