#0F73FA

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

Shades of Dodger Blue #0F73FA

Tints of Dodger Blue #0F73FA

Color information

#0F73FA (or 0x0F73FA) is unknown color: approx Dodger Blue. HEX triplet: 0F, 73 and FA. RGB value is (15,115,250). Sum of RGB (Red+Green+Blue) = 15+115+250=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F73FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F73FA is #F08C05. Grayscale: #636363. Windows color (decimal): -15764486 or 16413455. OLE color: 16413455.

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

Color convert

RGB15115250-
CMYK0.940.5400.02
HSL214.47º95.92%51.96%-
HSV(B)214.47º94%98.04%-
XYZ23.5819.2792.92-
YUV100.49212.3767.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.95%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 250 (98.05% from 255) = 65.79%
R=3.95%
G=30.26%
B=65.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151152500.940.5400.02214.4795.9251.96
HexF73FA5E3602d66034
Octal17163372136660232614064
Binary11111110011111110101011110110110010110101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F73FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,115,250); }

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

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

 a { background-color: rgb(15,115,250); }

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

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

 span { border-color: rgb(15,115,250); }

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