#1F84DF

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

Shades of Dodger Blue #1F84DF

Tints of Dodger Blue #1F84DF

Color information

#1F84DF (or 0x1F84DF) is unknown color: approx Dodger Blue. HEX triplet: 1F, 84 and DF. RGB value is (31,132,223). Sum of RGB (Red+Green+Blue) = 31+132+223=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F84DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F84DF is #E07B20. Grayscale: #6F6F6F. Windows color (decimal): -14711585 or 14648351. OLE color: 14648351.

HSL color Cylindrical-coordinate representation of color #1F84DF: hue angle of 208.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F84DF is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB31132223-
CMYK0.860.4100.13
HSL208.44º75.59%49.8%-
HSV(B)208.44º86.1%87.45%-
XYZ22.1422.1272.92-
YUV112.18190.5470.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.03%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 223 (87.5% from 255) = 57.77%
R=8.03%
G=34.20%
B=57.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal311322230.860.4100.13208.4475.5949.8
Hex1F84DF56290Dd04c32
Octal372043371265101532011462
Binary111111000010011011111101011010100101101110100001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F84DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,132,223); }

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

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

 a { background-color: rgb(31,132,223); }

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

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

 span { border-color: rgb(31,132,223); }

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