#1F9FF0

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

Shades of Dodger Blue #1F9FF0

Tints of Dodger Blue #1F9FF0

Color information

#1F9FF0 (or 0x1F9FF0) is unknown color: approx Dodger Blue. HEX triplet: 1F, 9F and F0. RGB value is (31,159,240). Sum of RGB (Red+Green+Blue) = 31+159+240=430 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.21% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #1F9FF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9FF0 is #E0600F. Grayscale: #818181. Windows color (decimal): -14704656 or 15769375. OLE color: 15769375.

HSL color Cylindrical-coordinate representation of color #1F9FF0: hue angle of 203.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F9FF0 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB31159240-
CMYK0.870.3400.06
HSL203.25º87.45%53.14%-
HSV(B)203.25º87.08%94.12%-
XYZ28.6931.3886.98-
YUV129.96190.0957.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.21%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 240 (94.14% from 255) = 55.81%
R=7.21%
G=36.98%
B=55.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal311592400.870.3400.06203.2587.4553.14
Hex1F9FF0572206cb5735
Octal37237360127420631312765
Binary11111100111111111000010101111000100110110010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,159,240); }

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

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

 a { background-color: rgb(31,159,240); }

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

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

 span { border-color: rgb(31,159,240); }

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