#1F9EFB

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

Shades of Dodger Blue #1F9EFB

Tints of Dodger Blue #1F9EFB

Color information

#1F9EFB (or 0x1F9EFB) is unknown color: approx Dodger Blue. HEX triplet: 1F, 9E and FB. RGB value is (31,158,251). Sum of RGB (Red+Green+Blue) = 31+158+251=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F9EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9EFB is #E06104. Grayscale: #828282. Windows color (decimal): -14704901 or 16490015. OLE color: 16490015.

HSL color Cylindrical-coordinate representation of color #1F9EFB: hue angle of 205.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9EFB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB31158251-
CMYK0.880.3700.02
HSL205.36º96.49%55.29%-
HSV(B)205.36º87.65%98.43%-
XYZ30.231.7195.8-
YUV130.63195.9256.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.05%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 251 (98.44% from 255) = 57.05%
R=7.05%
G=35.91%
B=57.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal311582510.880.3700.02205.3696.4955.29
Hex1F9EFB582502cd6037
Octal37236373130450231514067
Binary1111110011110111110111011000100101010110011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,158,251); }

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

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

 a { background-color: rgb(31,158,251); }

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

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

 span { border-color: rgb(31,158,251); }

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