#1F9FEF

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

Shades of Dodger Blue #1F9FEF

Tints of Dodger Blue #1F9FEF

Color information

#1F9FEF (or 0x1F9FEF) is unknown color: approx Dodger Blue. HEX triplet: 1F, 9F and EF. RGB value is (31,159,239). Sum of RGB (Red+Green+Blue) = 31+159+239=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F9FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9FEF is #E06010. Grayscale: #818181. Windows color (decimal): -14704657 or 15703839. OLE color: 15703839.

HSL color Cylindrical-coordinate representation of color #1F9FEF: hue angle of 203.08º 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 #1F9FEF is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB31159239-
CMYK0.870.3300.06
HSL203.08º86.67%52.94%-
HSV(B)203.08º87.03%93.73%-
XYZ28.5431.3286.2-
YUV129.85189.5957.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.23%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 239 (93.75% from 255) = 55.71%
R=7.23%
G=37.06%
B=55.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal311592390.870.3300.06203.0886.6752.94
Hex1F9FEF572106cb5735
Octal37237357127410631312765
Binary11111100111111110111110101111000010110110010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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