#1F92EF

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

Shades of Dodger Blue #1F92EF

Tints of Dodger Blue #1F92EF

Color information

#1F92EF (or 0x1F92EF) is unknown color: approx Dodger Blue. HEX triplet: 1F, 92 and EF. RGB value is (31,146,239). Sum of RGB (Red+Green+Blue) = 31+146+239=416 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.45% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F92EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F92EF is #E06D10. Grayscale: #797979. Windows color (decimal): -14707985 or 15700511. OLE color: 15700511.

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

Color convert

RGB31146239-
CMYK0.870.3900.06
HSL206.83º86.67%52.94%-
HSV(B)206.83º87.03%93.73%-
XYZ26.4227.0885.5-
YUV122.22193.962.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.45%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 239 (93.75% from 255) = 57.45%
R=7.45%
G=35.10%
B=57.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal311462390.870.3900.06206.8386.6752.94
Hex1F92EF572706cf5735
Octal37222357127470631712765
Binary11111100100101110111110101111001110110110011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F92EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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