#1FA4F9

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

Shades of Dodger Blue #1FA4F9

Tints of Dodger Blue #1FA4F9

Color information

#1FA4F9 (or 0x1FA4F9) is unknown color: approx Dodger Blue. HEX triplet: 1F, A4 and F9. RGB value is (31,164,249). Sum of RGB (Red+Green+Blue) = 31+164+249=444 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.98% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #1FA4F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA4F9 is #E05B06. Grayscale: #858585. Windows color (decimal): -14703367 or 16360479. OLE color: 16360479.

HSL color Cylindrical-coordinate representation of color #1FA4F9: hue angle of 203.39º 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 #1FA4F9 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB31164249-
CMYK0.880.3400.02
HSL203.39º94.78%54.9%-
HSV(B)203.39º87.55%97.65%-
XYZ30.9433.6894.49-
YUV133.92192.9454.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.98%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 249 (97.66% from 255) = 56.08%
R=6.98%
G=36.94%
B=56.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal311642490.880.3400.02203.3994.7854.9
Hex1FA4F9582202cb5f37
Octal37244371130420231313767
Binary1111110100100111110011011000100010010110010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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