#1471FA

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

Shades of Dodger Blue #1471FA

Tints of Dodger Blue #1471FA

Color information

#1471FA (or 0x1471FA) is unknown color: approx Dodger Blue. HEX triplet: 14, 71 and FA. RGB value is (20,113,250). Sum of RGB (Red+Green+Blue) = 20+113+250=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #1471FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1471FA is #EB8E05. Grayscale: #646464. Windows color (decimal): -15437318 or 16412948. OLE color: 16412948.

HSL color Cylindrical-coordinate representation of color #1471FA: hue angle of 215.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1471FA is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20113250-
CMYK0.920.5500.02
HSL215.74º95.83%52.94%-
HSV(B)215.74º92%98.04%-
XYZ23.4518.8692.85-
YUV100.81212.1970.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.22%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 250 (98.05% from 255) = 65.27%
R=5.22%
G=29.50%
B=65.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201132500.920.5500.02215.7495.8352.94
Hex1471FA5C3702d86035
Octal24161372134670233014065
Binary101001110001111110101011100110111010110110001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1471FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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