#1491FF

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

Shades of Dodger Blue #1491FF

Tints of Dodger Blue #1491FF

Color information

#1491FF (or 0x1491FF) is unknown color: approx Dodger Blue. HEX triplet: 14, 91 and FF. RGB value is (20,145,255). Sum of RGB (Red+Green+Blue) = 20+145+255=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #1491FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1491FF is #EB6E00. Grayscale: #777777. Windows color (decimal): -15429121 or 16748820. OLE color: 16748820.

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

Color convert

RGB20145255-
CMYK0.920.4300
HSL208.09º100%53.92%-
HSV(B)208.09º92.16%100%-
XYZ28.4627.6298.44-
YUV120.16204.0956.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.76%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 255 (100% from 255) = 60.71%
R=4.76%
G=34.52%
B=60.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201452550.920.4300208.0910053.92
Hex1491FF5C2B00d06436
Octal24221377134530032014466
Binary101001001000111111111101110010101100110100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1491FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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