Html Css Color HEX #0980EF Dodger Blue

📋 copy color: '#0980EF'

red 9 ◦ green 128 ◦ blue 239

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

Shades of Dodger Blue #0980EF

Tints of Dodger Blue #0980EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.56%

R = 2.39%
G = 34.04%
B = 63.56%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0980EF (or 0x0980EF) is known color: Dodger Blue. HEX triplet: 09, 80 and EF. RGB value is (9,128,239). Sum of RGB (Red+Green+Blue) = 9+128+239=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #0980EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0980EF is #F67F10. Grayscale: #686868. Windows color (decimal): -16154385 or 15695881. OLE color: 15695881.

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

Color convert

RGB 9 128 239 -
CMYK 0.96 0.46 0 0.06
HSL 208.96º 0.93% 0.49% -
HSV(B) 208.96º 0.96% 0.94% -
XYZ 23.41 21.73 84.62 -
YUV 105.07 203.58 59.47 -
System Red Green Blue C M Y K H S L
Decimal 9 128 239 0.96 0.46 0 0.06 208.96 0.93 0.49
Hex 9 80 EF 60 2E 0 6 D1 5D 31
Octal 11 200 357 140 56 0 6 321 135 61
Binary 1001 10000000 11101111 1100000 101110 0 110 11010001 1011101 110001

Color Harmonies of #0980EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980EF

Black with #0980EF

Text Example


Text Example

White with #0980EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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