#0974FE

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

Shades of Dodger Blue #0974FE

Tints of Dodger Blue #0974FE

Color information

#0974FE (or 0x0974FE) is unknown color: approx Dodger Blue. HEX triplet: 09, 74 and FE. RGB value is (9,116,254). Sum of RGB (Red+Green+Blue) = 9+116+254=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #0974FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0974FE is #F68B01. Grayscale: #636363. Windows color (decimal): -16157442 or 16675849. OLE color: 16675849.

HSL color Cylindrical-coordinate representation of color #0974FE: hue angle of 213.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0974FE is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9116254-
CMYK0.960.5400.00
HSL213.8º99.19%51.57%-
HSV(B)213.8º96.46%99.61%-
XYZ24.2519.796.29-
YUV99.74215.0563.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.37%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 254 (99.61% from 255) = 67.02%
R=2.37%
G=30.61%
B=67.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal91162540.960.5400.00213.899.1951.57
Hex974FE603600d66334
Octal11164376140660032614364
Binary1001111010011111110110000011011000110101101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0974FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0974FE; }

 p { color: rgb(9,116,254); }

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

<style>
 a { background-color: #0974FE; }

 a { background-color: rgb(9,116,254); }

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

<style>
 span { border-color: #0974FE; }

 span { border-color: rgb(9,116,254); }

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