#1480FF

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

Shades of Dodger Blue #1480FF

Tints of Dodger Blue #1480FF

Color information

#1480FF (or 0x1480FF) is unknown color: approx Dodger Blue. HEX triplet: 14, 80 and FF. RGB value is (20,128,255). Sum of RGB (Red+Green+Blue) = 20+128+255=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #1480FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1480FF is #EB7F00. Grayscale: #6D6D6D. Windows color (decimal): -15433473 or 16744468. OLE color: 16744468.

HSL color Cylindrical-coordinate representation of color #1480FF: hue angle of 212.43º 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 #1480FF is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20128255-
CMYK0.920.5000
HSL212.43º100%53.92%-
HSV(B)212.43º92.16%100%-
XYZ26.0622.8197.64-
YUV110.19209.7263.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.96%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 255 (100% from 255) = 63.28%
R=4.96%
G=31.76%
B=63.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201282550.920.5000212.4310053.92
Hex1480FF5C3200d46436
Octal24200377134620032414466
Binary101001000000011111111101110011001000110101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1480FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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