#0D73F9

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

Shades of Dodger Blue #0D73F9

Tints of Dodger Blue #0D73F9

Color information

#0D73F9 (or 0x0D73F9) is unknown color: approx Dodger Blue. HEX triplet: 0D, 73 and F9. RGB value is (13,115,249). Sum of RGB (Red+Green+Blue) = 13+115+249=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #0D73F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D73F9 is #F28C06. Grayscale: #636363. Windows color (decimal): -15895559 or 16347917. OLE color: 16347917.

HSL color Cylindrical-coordinate representation of color #0D73F9: hue angle of 214.07º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D73F9 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13115249-
CMYK0.950.5400.02
HSL214.07º95.16%51.37%-
HSV(B)214.07º94.78%97.65%-
XYZ23.419.1992.09-
YUV99.78212.2166.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.45%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 249 (97.66% from 255) = 66.05%
R=3.45%
G=30.50%
B=66.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal131152490.950.5400.02214.0795.1651.37
HexD73F95F3602d65f33
Octal15163371137660232613763
Binary11011110011111110011011111110110010110101101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D73F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D73F9; }

 p { color: rgb(13,115,249); }

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

<style>
 a { background-color: #0D73F9; }

 a { background-color: rgb(13,115,249); }

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

<style>
 span { border-color: #0D73F9; }

 span { border-color: rgb(13,115,249); }

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