#188AFB

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

Shades of Dodger Blue #188AFB

Tints of Dodger Blue #188AFB

Color information

#188AFB (or 0x188AFB) is unknown color: approx Dodger Blue. HEX triplet: 18, 8A and FB. RGB value is (24,138,251). Sum of RGB (Red+Green+Blue) = 24+138+251=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #188AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188AFB is #E77504. Grayscale: #747474. Windows color (decimal): -15168773 or 16484888. OLE color: 16484888.

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

Color convert

RGB24138251-
CMYK0.900.4500.02
HSL209.87º96.6%53.92%-
HSV(B)209.87º90.44%98.43%-
XYZ26.8825.3494.74-
YUV116.8203.7361.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.81%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 251 (98.44% from 255) = 60.77%
R=5.81%
G=33.41%
B=60.77%

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
Decimal241382510.900.4500.02209.8796.653.92
Hex188AFB5A2D02d26136
Octal30212373132550232214166
Binary1100010001010111110111011010101101010110100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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