#1F74FD

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

Shades of Dodger Blue #1F74FD

Tints of Dodger Blue #1F74FD

Color information

#1F74FD (or 0x1F74FD) is unknown color: approx Dodger Blue. HEX triplet: 1F, 74 and FD. RGB value is (31,116,253). Sum of RGB (Red+Green+Blue) = 31+116+253=400 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F74FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F74FD is #E08B02. Grayscale: #696969. Windows color (decimal): -14715651 or 16610335. OLE color: 16610335.

HSL color Cylindrical-coordinate representation of color #1F74FD: hue angle of 217.03º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F74FD is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB31116253-
CMYK0.880.5400.01
HSL217.03º98.23%55.69%-
HSV(B)217.03º87.75%99.22%-
XYZ24.5419.8795.47-
YUV106.2210.8474.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.75%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 253 (99.22% from 255) = 63.25%
R=7.75%
G=29%
B=63.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal311162530.880.5400.01217.0398.2355.69
Hex1F74FD583601d96238
Octal37164375130660133114270
Binary11111111010011111101101100011011001110110011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,116,253); }

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

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

 a { background-color: rgb(31,116,253); }

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

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

 span { border-color: rgb(31,116,253); }

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