#1F8BED

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

Shades of Dodger Blue #1F8BED

Tints of Dodger Blue #1F8BED

Color information

#1F8BED (or 0x1F8BED) is unknown color: approx Dodger Blue. HEX triplet: 1F, 8B and ED. RGB value is (31,139,237). Sum of RGB (Red+Green+Blue) = 31+139+237=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F8BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8BED is #E07412. Grayscale: #757575. Windows color (decimal): -14709779 or 15567647. OLE color: 15567647.

HSL color Cylindrical-coordinate representation of color #1F8BED: hue angle of 208.54º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F8BED is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB31139237-
CMYK0.870.4100.07
HSL208.54º85.12%52.55%-
HSV(B)208.54º86.92%92.94%-
XYZ25.0824.8783.6-
YUV117.88195.2266.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.62%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 237 (92.97% from 255) = 58.23%
R=7.62%
G=34.15%
B=58.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal311392370.870.4100.07208.5485.1252.55
Hex1F8BED572907d15535
Octal37213355127510732112565
Binary11111100010111110110110101111010010111110100011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,139,237); }

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

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

 a { background-color: rgb(31,139,237); }

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

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

 span { border-color: rgb(31,139,237); }

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