Html Css Color HEX #0980FC Dodger Blue

📋 copy color: '#0980FC'

red 9 ◦ green 128 ◦ blue 252

#0980FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0980FC

Tints of Dodger Blue #0980FC

RGB

 RED value IS 9 (3.91% from 255) = 2.31%

 GREEN value IS 128 (50.39% from 255) = 32.9%

 BLUE value IS 252 (98.83% from 255) = 64.78%

R = 2.31%
G = 32.9%
B = 64.78%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0980FC (or 0x0980FC) is known color: 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

RGB 9 128 252 -
CMYK 0.96 0.49 0 0.01
HSL 210.62º 0.98% 0.51% -
HSV(B) 210.62º 0.96% 0.99% -
XYZ 25.4 22.52 95.1 -
YUV 106.56 210.08 58.42 -
System Red Green Blue C M Y K H S L
Decimal 9 128 252 0.96 0.49 0 0.01 210.62 0.98 0.51
Hex 9 80 FC 60 31 0 1 D3 62 33
Octal 11 200 374 140 61 0 1 323 142 63
Binary 1001 10000000 11111100 1100000 110001 0 1 11010011 1100010 110011

Color Harmonies of #0980FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980FC

Black with #0980FC

Text Example


Text Example

White with #0980FC

Text Example


Text Example

HTML Codes & Css Web 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>