#1F93F1

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

Shades of Dodger Blue #1F93F1

Tints of Dodger Blue #1F93F1

Color information

#1F93F1 (or 0x1F93F1) is unknown color: approx Dodger Blue. HEX triplet: 1F, 93 and F1. RGB value is (31,147,241). Sum of RGB (Red+Green+Blue) = 31+147+241=419 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.40% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #1F93F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F93F1 is #E06C0E. Grayscale: #7A7A7A. Windows color (decimal): -14707727 or 15831839. OLE color: 15831839.

HSL color Cylindrical-coordinate representation of color #1F93F1: hue angle of 206.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F93F1 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB31147241-
CMYK0.870.3900.05
HSL206.86º88.24%53.33%-
HSV(B)206.86º87.14%94.51%-
XYZ26.8827.5187.11-
YUV123.03194.5762.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.40%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 241 (94.53% from 255) = 57.52%
R=7.40%
G=35.08%
B=57.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal311472410.870.3900.05206.8688.2453.33
Hex1F93F1572705cf5835
Octal37223361127470531713065
Binary11111100100111111000110101111001110101110011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F93F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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