#1F70F0

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

Shades of Dodger Blue #1F70F0

Tints of Dodger Blue #1F70F0

Color information

#1F70F0 (or 0x1F70F0) is unknown color: approx Dodger Blue. HEX triplet: 1F, 70 and F0. RGB value is (31,112,240). Sum of RGB (Red+Green+Blue) = 31+112+240=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #1F70F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F70F0 is #E08F0F. Grayscale: #656565. Windows color (decimal): -14716688 or 15757343. OLE color: 15757343.

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

Color convert

RGB31112240-
CMYK0.870.5300.06
HSL216.75º87.45%53.14%-
HSV(B)216.75º87.08%94.12%-
XYZ22.0918.1784.78-
YUV102.37205.6677.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.09%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 240 (94.14% from 255) = 62.66%
R=8.09%
G=29.24%
B=62.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal311122400.870.5300.06216.7587.4553.14
Hex1F70F0573506d95735
Octal37160360127650633112765
Binary1111111100001111000010101111101010110110110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F70F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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