#1471F6

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

Shades of Dodger Blue #1471F6

Tints of Dodger Blue #1471F6

Color information

#1471F6 (or 0x1471F6) is unknown color: approx Dodger Blue. HEX triplet: 14, 71 and F6. RGB value is (20,113,246). Sum of RGB (Red+Green+Blue) = 20+113+246=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 246 (96.48% from 255 or 64.91% from 379); Max value from RGB is 246 - color contains mainly: blue. Hex color #1471F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1471F6 is #EB8E09. Grayscale: #636363. Windows color (decimal): -15437322 or 16150804. OLE color: 16150804.

HSL color Cylindrical-coordinate representation of color #1471F6: hue angle of 215.31º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1471F6 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20113246-
CMYK0.920.5400.04
HSL215.31º92.62%52.16%-
HSV(B)215.31º91.87%96.47%-
XYZ22.8318.6189.58-
YUV100.36210.1970.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.28%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 246 (96.48% from 255) = 64.91%
R=5.28%
G=29.82%
B=64.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal201132460.920.5400.04215.3192.6252.16
Hex1471F65C3604d75d34
Octal24161366134660432713564
Binary1010011100011111011010111001101100100110101111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1471F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1471F6; }

 p { color: rgb(20,113,246); }

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

<style>
 a { background-color: #1471F6; }

 a { background-color: rgb(20,113,246); }

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

<style>
 span { border-color: #1471F6; }

 span { border-color: rgb(20,113,246); }

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