#1888FB

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

Shades of Dodger Blue #1888FB

Tints of Dodger Blue #1888FB

Color information

#1888FB (or 0x1888FB) is unknown color: approx Dodger Blue. HEX triplet: 18, 88 and FB. RGB value is (24,136,251). Sum of RGB (Red+Green+Blue) = 24+136+251=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #1888FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1888FB is #E77704. Grayscale: #737373. Windows color (decimal): -15169285 or 16484376. OLE color: 16484376.

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

Color convert

RGB24136251-
CMYK0.900.4600.02
HSL210.4º96.6%53.92%-
HSV(B)210.4º90.44%98.43%-
XYZ26.5924.7794.65-
YUV115.62204.3962.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.84%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 251 (98.44% from 255) = 61.07%
R=5.84%
G=33.09%
B=61.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241362510.900.4600.02210.496.653.92
Hex1888FB5A2E02d26136
Octal30210373132560232214166
Binary1100010001000111110111011010101110010110100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1888FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1888FB; }

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

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

<style>
 a { background-color: #1888FB; }

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

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

<style>
 span { border-color: #1888FB; }

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

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