#1889FB

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

Shades of Dodger Blue #1889FB

Tints of Dodger Blue #1889FB

Color information

#1889FB (or 0x1889FB) is unknown color: approx Dodger Blue. HEX triplet: 18, 89 and FB. RGB value is (24,137,251). Sum of RGB (Red+Green+Blue) = 24+137+251=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #1889FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1889FB is #E77604. Grayscale: #737373. Windows color (decimal): -15169029 or 16484632. OLE color: 16484632.

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

Color convert

RGB24137251-
CMYK0.900.4500.02
HSL210.13º96.6%53.92%-
HSV(B)210.13º90.44%98.43%-
XYZ26.7325.0594.69-
YUV116.21204.0662.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.83%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 251 (98.44% from 255) = 60.92%
R=5.83%
G=33.25%
B=60.92%

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
Decimal241372510.900.4500.02210.1396.653.92
Hex1889FB5A2D02d26136
Octal30211373132550232214166
Binary1100010001001111110111011010101101010110100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1889FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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