#1f93fe

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

Shades of Dodger Blue #1F93FE

Tints of Dodger Blue #1F93FE

Color information

#1F93FE (or 0x1F93FE) is unknown color: approx Dodger Blue. HEX triplet: 1F, 93 and FE. RGB value is (31,147,254). Sum of RGB (Red+Green+Blue) = 31+147+254=432 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.18% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F93FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F93FE is #E06C01. Grayscale: #7B7B7B. Windows color (decimal): -14707714 or 16683807. OLE color: 16683807.

HSL color Cylindrical-coordinate representation of color #1F93FE: hue angle of 208.79º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F93FE is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB31147254-
CMYK0.880.4200.00
HSL208.79º99.11%55.88%-
HSV(B)208.79º87.8%99.61%-
XYZ28.8928.3197.71-
YUV124.51201.0761.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.18%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 254 (99.61% from 255) = 58.80%
R=7.18%
G=34.03%
B=58.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal311472540.880.4200.00208.7999.1155.88
Hex1F93FE582A00d16338
Octal37223376130520032114370
Binary111111001001111111110101100010101000110100011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f93fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,147,254); }

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

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

 a { background-color: rgb(31,147,254); }

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

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

 span { border-color: rgb(31,147,254); }

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