#1F8DDC

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

Shades of Dodger Blue #1F8DDC

Tints of Dodger Blue #1F8DDC

Color information

#1F8DDC (or 0x1F8DDC) is unknown color: approx Dodger Blue. HEX triplet: 1F, 8D and DC. RGB value is (31,141,220). Sum of RGB (Red+Green+Blue) = 31+141+220=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F8DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8DDC is #E07223. Grayscale: #747474. Windows color (decimal): -14709284 or 14454047. OLE color: 14454047.

HSL color Cylindrical-coordinate representation of color #1F8DDC: hue angle of 205.08º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F8DDC is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB31141220-
CMYK0.860.3600.14
HSL205.08º75.3%49.22%-
HSV(B)205.08º85.91%86.27%-
XYZ23.0124.5171.23-
YUV117.12186.0666.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.91%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 220 (86.33% from 255) = 56.12%
R=7.91%
G=35.97%
B=56.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal311412200.860.3600.14205.0875.349.22
Hex1F8DDC56240Ecd4b31
Octal372153341264401631511361
Binary111111000110111011100101011010010001110110011011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,141,220); }

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

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

 a { background-color: rgb(31,141,220); }

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

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

 span { border-color: rgb(31,141,220); }

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