#1475FF

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

Shades of Dodger Blue #1475FF

Tints of Dodger Blue #1475FF

Color information

#1475FF (or 0x1475FF) is unknown color: approx Dodger Blue. HEX triplet: 14, 75 and FF. RGB value is (20,117,255). Sum of RGB (Red+Green+Blue) = 20+117+255=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #1475FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1475FF is #EB8A00. Grayscale: #676767. Windows color (decimal): -15436289 or 16741652. OLE color: 16741652.

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

Color convert

RGB20117255-
CMYK0.920.5400
HSL215.23º100%53.92%-
HSV(B)215.23º92.16%100%-
XYZ24.720.0997.18-
YUV103.73213.3668.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.10%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 255 (100% from 255) = 65.05%
R=5.10%
G=29.85%
B=65.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201172550.920.5400215.2310053.92
Hex1475FF5C3600d76436
Octal24165377134660032714466
Binary10100111010111111111101110011011000110101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1475FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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