#1F96DD

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

Shades of Dodger Blue #1F96DD

Tints of Dodger Blue #1F96DD

Color information

#1F96DD (or 0x1F96DD) is unknown color: approx Dodger Blue. HEX triplet: 1F, 96 and DD. RGB value is (31,150,221). Sum of RGB (Red+Green+Blue) = 31+150+221=402 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.71% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F96DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F96DD is #E06922. Grayscale: #7A7A7A. Windows color (decimal): -14706979 or 14521887. OLE color: 14521887.

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

Color convert

RGB31150221-
CMYK0.860.3200.13
HSL202.42º75.4%49.41%-
HSV(B)202.42º85.97%86.67%-
XYZ24.5227.3272.39-
YUV122.51183.5862.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.71%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 221 (86.72% from 255) = 54.98%
R=7.71%
G=37.31%
B=54.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal311502210.860.3200.13202.4275.449.41
Hex1F96DD56200Dca4b31
Octal372263351264001531211361
Binary111111001011011011101101011010000001101110010101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F96DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,150,221); }

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

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

 a { background-color: rgb(31,150,221); }

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

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

 span { border-color: rgb(31,150,221); }

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