#1F74F9

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

Shades of Dodger Blue #1F74F9

Tints of Dodger Blue #1F74F9

Color information

#1F74F9 (or 0x1F74F9) is unknown color: approx Dodger Blue. HEX triplet: 1F, 74 and F9. RGB value is (31,116,249). Sum of RGB (Red+Green+Blue) = 31+116+249=396 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.83% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 249 (97.66% from 255 or 62.88% from 396); Max value from RGB is 249 - color contains mainly: blue. Hex color #1F74F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F74F9 is #E08B06. Grayscale: #696969. Windows color (decimal): -14715655 or 16348191. OLE color: 16348191.

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

Color convert

RGB31116249-
CMYK0.880.5300.02
HSL216.61º94.78%54.9%-
HSV(B)216.61º87.55%97.65%-
XYZ23.9119.6292.15-
YUV105.75208.8474.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.83%
GREEN value IS 116 (45.70% from 255) = 29.29%
BLUE value IS 249 (97.66% from 255) = 62.88%
R=7.83%
G=29.29%
B=62.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal311162490.880.5300.02216.6194.7854.9
Hex1F74F9583502d95f37
Octal37164371130650233113767
Binary111111110100111110011011000110101010110110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F74F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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