#0980FC

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

Shades of Dodger Blue #0980FC

Tints of Dodger Blue #0980FC

Color information

#0980FC (or 0x0980FC) is unknown color: approx Dodger Blue. HEX triplet: 09, 80 and FC. RGB value is (9,128,252). Sum of RGB (Red+Green+Blue) = 9+128+252=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #0980FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0980FC is #F67F03. Grayscale: #696969. Windows color (decimal): -16154372 or 16547849. OLE color: 16547849.

HSL color Cylindrical-coordinate representation of color #0980FC: hue angle of 210.62º 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 #0980FC is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9128252-
CMYK0.960.4900.01
HSL210.62º97.59%51.18%-
HSV(B)210.62º96.43%98.82%-
XYZ25.422.5295.1-
YUV106.56210.0858.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.31%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 252 (98.83% from 255) = 64.78%
R=2.31%
G=32.90%
B=64.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal91282520.960.4900.01210.6297.5951.18
Hex980FC603101d36233
Octal11200374140610132314263
Binary10011000000011111100110000011000101110100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0980FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0980FC; }

 p { color: rgb(9,128,252); }

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

<style>
 a { background-color: #0980FC; }

 a { background-color: rgb(9,128,252); }

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

<style>
 span { border-color: #0980FC; }

 span { border-color: rgb(9,128,252); }

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