#1F9AED

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

Shades of Dodger Blue #1F9AED

Tints of Dodger Blue #1F9AED

Color information

#1F9AED (or 0x1F9AED) is unknown color: approx Dodger Blue. HEX triplet: 1F, 9A and ED. RGB value is (31,154,237). Sum of RGB (Red+Green+Blue) = 31+154+237=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F9AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9AED is #E06512. Grayscale: #7E7E7E. Windows color (decimal): -14705939 or 15571487. OLE color: 15571487.

HSL color Cylindrical-coordinate representation of color #1F9AED: hue angle of 204.17º 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 #1F9AED is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB31154237-
CMYK0.870.3500.07
HSL204.17º85.12%52.55%-
HSV(B)204.17º86.92%92.94%-
XYZ27.4129.5284.37-
YUV126.68190.2559.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.35%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 237 (92.97% from 255) = 56.16%
R=7.35%
G=36.49%
B=56.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal311542370.870.3500.07204.1785.1252.55
Hex1F9AED572307cc5535
Octal37232355127430731412565
Binary11111100110101110110110101111000110111110011001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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