Html Css Color HEX #0980EC Dodger Blue

📋 copy color: '#0980EC'

red 9 ◦ green 128 ◦ blue 236

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

Shades of Dodger Blue #0980EC

Tints of Dodger Blue #0980EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.27%

R = 2.41%
G = 34.32%
B = 63.27%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0980EC (or 0x0980EC) is known color: Dodger Blue. HEX triplet: 09, 80 and EC. RGB value is (9,128,236). Sum of RGB (Red+Green+Blue) = 9+128+236=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #0980EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0980EC is #F67F13. Grayscale: #686868. Windows color (decimal): -16154388 or 15499273. OLE color: 15499273.

HSL color Cylindrical-coordinate representation of color #0980EC: hue angle of 208.55º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0980EC is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 128 236 -
CMYK 0.96 0.46 0 0.07
HSL 208.55º 0.93% 0.48% -
HSV(B) 208.55º 0.96% 0.93% -
XYZ 22.97 21.55 82.31 -
YUV 104.73 202.08 59.72 -
System Red Green Blue C M Y K H S L
Decimal 9 128 236 0.96 0.46 0 0.07 208.55 0.93 0.48
Hex 9 80 EC 60 2E 0 7 D1 5D 30
Octal 11 200 354 140 56 0 7 321 135 60
Binary 1001 10000000 11101100 1100000 101110 0 111 11010001 1011101 110000

Color Harmonies of #0980EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980EC

Black with #0980EC

Text Example


Text Example

White with #0980EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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