#0973FD

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

Shades of Dodger Blue #0973FD

Tints of Dodger Blue #0973FD

Color information

#0973FD (or 0x0973FD) is unknown color: approx Dodger Blue. HEX triplet: 09, 73 and FD. RGB value is (9,115,253). Sum of RGB (Red+Green+Blue) = 9+115+253=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #0973FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0973FD is #F68C02. Grayscale: #626262. Windows color (decimal): -16157699 or 16610057. OLE color: 16610057.

HSL color Cylindrical-coordinate representation of color #0973FD: hue angle of 213.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0973FD is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9115253-
CMYK0.960.5500.01
HSL213.93º98.39%51.37%-
HSV(B)213.93º96.44%99.22%-
XYZ23.9719.4195.41-
YUV99.04214.8863.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.39%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 253 (99.22% from 255) = 67.11%
R=2.39%
G=30.50%
B=67.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal91152530.960.5500.01213.9398.3951.37
Hex973FD603701d66233
Octal11163375140670132614263
Binary1001111001111111101110000011011101110101101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0973FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0973FD; }

 p { color: rgb(9,115,253); }

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

<style>
 a { background-color: #0973FD; }

 a { background-color: rgb(9,115,253); }

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

<style>
 span { border-color: #0973FD; }

 span { border-color: rgb(9,115,253); }

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