#1F73FB

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

Shades of Dodger Blue #1F73FB

Tints of Dodger Blue #1F73FB

Color information

#1F73FB (or 0x1F73FB) is unknown color: approx Dodger Blue. HEX triplet: 1F, 73 and FB. RGB value is (31,115,251). Sum of RGB (Red+Green+Blue) = 31+115+251=397 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.81% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F73FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F73FB is #E08C04. Grayscale: #686868. Windows color (decimal): -14715909 or 16479007. OLE color: 16479007.

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

Color convert

RGB31115251-
CMYK0.880.5400.02
HSL217.09º96.49%55.29%-
HSV(B)217.09º87.65%98.43%-
XYZ24.1119.5293.76-
YUV105.39210.1774.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.81%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 251 (98.44% from 255) = 63.22%
R=7.81%
G=28.97%
B=63.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal311152510.880.5400.02217.0996.4955.29
Hex1F73FB583602d96037
Octal37163373130660233114067
Binary111111110011111110111011000110110010110110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F73FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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