#1A71FC

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

Shades of Dodger Blue #1A71FC

Tints of Dodger Blue #1A71FC

Color information

#1A71FC (or 0x1A71FC) is unknown color: approx Dodger Blue. HEX triplet: 1A, 71 and FC. RGB value is (26,113,252). Sum of RGB (Red+Green+Blue) = 26+113+252=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A71FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A71FC is #E58E03. Grayscale: #666666. Windows color (decimal): -15044100 or 16544026. OLE color: 16544026.

HSL color Cylindrical-coordinate representation of color #1A71FC: hue angle of 216.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A71FC is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB26113252-
CMYK0.900.5500.01
HSL216.9º97.41%54.51%-
HSV(B)216.9º89.68%98.82%-
XYZ23.919.0694.51-
YUV102.83212.1873.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.65%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 252 (98.83% from 255) = 64.45%
R=6.65%
G=28.90%
B=64.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal261132520.900.5500.01216.997.4154.51
Hex1A71FC5A3701d96137
Octal32161374132670133114167
Binary11010111000111111100101101011011101110110011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A71FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A71FC; }

 p { color: rgb(26,113,252); }

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

<style>
 a { background-color: #1A71FC; }

 a { background-color: rgb(26,113,252); }

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

<style>
 span { border-color: #1A71FC; }

 span { border-color: rgb(26,113,252); }

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