Html Css Color HEX #0980FE Dodger Blue

📋 copy color: '#0980FE'

red 9 ◦ green 128 ◦ blue 254

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

Shades of Dodger Blue #0980FE

Tints of Dodger Blue #0980FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.96%

R = 2.3%
G = 32.74%
B = 64.96%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0980FE (or 0x0980FE) is known color: Dodger Blue. HEX triplet: 09, 80 and FE. RGB value is (9,128,254). Sum of RGB (Red+Green+Blue) = 9+128+254=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #0980FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0980FE is #F67F01. Grayscale: #6A6A6A. Windows color (decimal): -16154370 or 16678921. OLE color: 16678921.

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

Color convert

RGB 9 128 254 -
CMYK 0.96 0.50 0 0.00
HSL 210.86º 0.99% 0.52% -
HSV(B) 210.86º 0.96% 1% -
XYZ 25.72 22.65 96.78 -
YUV 106.78 211.08 58.25 -
System Red Green Blue C M Y K H S L
Decimal 9 128 254 0.96 0.50 0 0.00 210.86 0.99 0.52
Hex 9 80 FE 60 32 0 0 D3 63 34
Octal 11 200 376 140 62 0 0 323 143 64
Binary 1001 10000000 11111110 1100000 110010 0 0 11010011 1100011 110100

Color Harmonies of #0980FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980FE

Black with #0980FE

Text Example


Text Example

White with #0980FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0980FE;
 }
 .AnyTagClassName
 {
   color: #0980FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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