Html Css Color HEX #0980FF Dodger Blue

📋 copy color: '#0980FF'

red 9 ◦ green 128 ◦ blue 255

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

Shades of Dodger Blue #0980FF

Tints of Dodger Blue #0980FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.05%

R = 2.3%
G = 32.65%
B = 65.05%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0980FF (or 0x0980FF) is known color: Dodger Blue. HEX triplet: 09, 80 and FF. RGB value is (9,128,255). Sum of RGB (Red+Green+Blue) = 9+128+255=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #0980FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0980FF is #F67F00. Grayscale: #6A6A6A. Windows color (decimal): -16154369 or 16744457. OLE color: 16744457.

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

Color convert

RGB 9 128 255 -
CMYK 0.96 0.50 0 0
HSL 210.98º 1% 0.52% -
HSV(B) 210.98º 0.96% 1% -
XYZ 25.88 22.72 97.63 -
YUV 106.9 211.58 58.17 -
System Red Green Blue C M Y K H S L
Decimal 9 128 255 0.96 0.50 0 0 210.98 1 0.52
Hex 9 80 FF 60 32 0 0 D3 64 34
Octal 11 200 377 140 62 0 0 323 144 64
Binary 1001 10000000 11111111 1100000 110010 0 0 11010011 1100100 110100

Color Harmonies of #0980FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980FF

Black with #0980FF

Text Example


Text Example

White with #0980FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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