#0073FF

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

Shades of Dodger Blue #0073FF

Tints of Dodger Blue #0073FF

Color information

#0073FF (or 0x0073FF) is unknown color: approx Dodger Blue. HEX triplet: 00, 73 and FF. RGB value is (0,115,255). Sum of RGB (Red+Green+Blue) = 0+115+255=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #0073FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0073FF is #FF8C00. Grayscale: #5F5F5F. Windows color (decimal): -16747521 or 16741120. OLE color: 16741120.

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

Color convert

RGB0115255-
CMYK10.5500
HSL212.94º100%50%-
HSV(B)212.94º100%100%-
XYZ24.1819.4897.09-
YUV96.57217.459.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 255 (100% from 255) = 68.92%
R=0%
G=31.08%
B=68.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal011525510.5500212.9410050
Hex073FF643700d56432
Octal0163377144670032514462
Binary0111001111111111110010011011100110101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0073FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0073FF; }

 p { color: rgb(0,115,255); }

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

<style>
 a { background-color: #0073FF; }

 a { background-color: rgb(0,115,255); }

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

<style>
 span { border-color: #0073FF; }

 span { border-color: rgb(0,115,255); }

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