#1488FF

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

Shades of Dodger Blue #1488FF

Tints of Dodger Blue #1488FF

Color information

#1488FF (or 0x1488FF) is unknown color: approx Dodger Blue. HEX triplet: 14, 88 and FF. RGB value is (20,136,255). Sum of RGB (Red+Green+Blue) = 20+136+255=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #1488FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1488FF is #EB7700. Grayscale: #727272. Windows color (decimal): -15431425 or 16746516. OLE color: 16746516.

HSL color Cylindrical-coordinate representation of color #1488FF: hue angle of 210.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1488FF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20136255-
CMYK0.920.4700
HSL210.38º100%53.92%-
HSV(B)210.38º92.16%100%-
XYZ27.1424.9898-
YUV114.88207.0760.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.87%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 255 (100% from 255) = 62.04%
R=4.87%
G=33.09%
B=62.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201362550.920.4700210.3810053.92
Hex1488FF5C2F00d26436
Octal24210377134570032214466
Binary101001000100011111111101110010111100110100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1488FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1488FF; }

 p { color: rgb(20,136,255); }

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

<style>
 a { background-color: #1488FF; }

 a { background-color: rgb(20,136,255); }

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

<style>
 span { border-color: #1488FF; }

 span { border-color: rgb(20,136,255); }

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