#1FA0F4

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

Shades of Dodger Blue #1FA0F4

Tints of Dodger Blue #1FA0F4

Color information

#1FA0F4 (or 0x1FA0F4) is unknown color: approx Dodger Blue. HEX triplet: 1F, A0 and F4. RGB value is (31,160,244). Sum of RGB (Red+Green+Blue) = 31+160+244=435 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.13% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #1FA0F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA0F4 is #E05F0B. Grayscale: #828282. Windows color (decimal): -14704396 or 16031775. OLE color: 16031775.

HSL color Cylindrical-coordinate representation of color #1FA0F4: hue angle of 203.66º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA0F4 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB31160244-
CMYK0.870.3400.04
HSL203.66º90.64%53.92%-
HSV(B)203.66º87.3%95.69%-
XYZ29.4731.9690.2-
YUV131191.7656.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.13%
GREEN value IS 160 (62.89% from 255) = 36.78%
BLUE value IS 244 (95.70% from 255) = 56.09%
R=7.13%
G=36.78%
B=56.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal311602440.870.3400.04203.6690.6453.92
Hex1FA0F4572204cc5b36
Octal37240364127420431413366
Binary11111101000001111010010101111000100100110011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,160,244); }

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

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

 a { background-color: rgb(31,160,244); }

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

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

 span { border-color: rgb(31,160,244); }

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