#0071F9

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

Shades of Dodger Blue #0071F9

Tints of Dodger Blue #0071F9

Color information

#0071F9 (or 0x0071F9) is unknown color: approx Dodger Blue. HEX triplet: 00, 71 and F9. RGB value is (0,113,249). Sum of RGB (Red+Green+Blue) = 0+113+249=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 249 (97.66% from 255 or 68.78% from 362); Max value from RGB is 249 - color contains mainly: blue. Hex color #0071F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0071F9 is #FF8E06. Grayscale: #5E5E5E. Windows color (decimal): -16748039 or 16347392. OLE color: 16347392.

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

Color convert

RGB0113249-
CMYK10.5500.02
HSL212.77º100%48.82%-
HSV(B)212.77º100%97.65%-
XYZ2318.6592.01-
YUV94.72215.0660.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 249 (97.66% from 255) = 68.78%
R=0%
G=31.22%
B=68.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal011324910.5500.02212.7710048.82
Hex071F9643702d56431
Octal0161371144670232514461
Binary01110001111110011100100110111010110101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0071F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0071F9; }

 p { color: rgb(0,113,249); }

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

<style>
 a { background-color: #0071F9; }

 a { background-color: rgb(0,113,249); }

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

<style>
 span { border-color: #0071F9; }

 span { border-color: rgb(0,113,249); }

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