#1F85FD

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

Shades of Dodger Blue #1F85FD

Tints of Dodger Blue #1F85FD

Color information

#1F85FD (or 0x1F85FD) is unknown color: approx Dodger Blue. HEX triplet: 1F, 85 and FD. RGB value is (31,133,253). Sum of RGB (Red+Green+Blue) = 31+133+253=417 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.43% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F85FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F85FD is #E07A02. Grayscale: #737373. Windows color (decimal): -14711299 or 16614687. OLE color: 16614687.

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

Color convert

RGB31133253-
CMYK0.880.4700.01
HSL212.43º98.23%55.69%-
HSV(B)212.43º87.75%99.22%-
XYZ26.6824.1696.19-
YUV116.18205.2167.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.43%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 253 (99.22% from 255) = 60.67%
R=7.43%
G=31.89%
B=60.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal311332530.880.4700.01212.4398.2355.69
Hex1F85FD582F01d46238
Octal37205375130570132414270
Binary111111000010111111101101100010111101110101001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,253); }

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

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

 a { background-color: rgb(31,133,253); }

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

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

 span { border-color: rgb(31,133,253); }

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