#1F81FB

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

Shades of Dodger Blue #1F81FB

Tints of Dodger Blue #1F81FB

Color information

#1F81FB (or 0x1F81FB) is unknown color: approx Dodger Blue. HEX triplet: 1F, 81 and FB. RGB value is (31,129,251). Sum of RGB (Red+Green+Blue) = 31+129+251=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F81FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F81FB is #E07E04. Grayscale: #717171. Windows color (decimal): -14712325 or 16482591. OLE color: 16482591.

HSL color Cylindrical-coordinate representation of color #1F81FB: hue angle of 213.27º 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 #1F81FB is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB31129251-
CMYK0.880.4900.02
HSL213.27º96.49%55.29%-
HSV(B)213.27º87.65%98.43%-
XYZ25.8322.9694.34-
YUV113.61205.5369.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.54%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 251 (98.44% from 255) = 61.07%
R=7.54%
G=31.39%
B=61.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal311292510.880.4900.02213.2796.4955.29
Hex1F81FB583102d56037
Octal37201373130610232514067
Binary1111110000001111110111011000110001010110101011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F81FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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