Html Css Color HEX #0980EA Dodger Blue

📋 copy color: '#0980EA'

red 9 ◦ green 128 ◦ blue 234

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

Shades of Dodger Blue #0980EA

Tints of Dodger Blue #0980EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.07%

R = 2.43%
G = 34.5%
B = 63.07%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0980EA (or 0x0980EA) is known color: Dodger Blue. HEX triplet: 09, 80 and EA. RGB value is (9,128,234). Sum of RGB (Red+Green+Blue) = 9+128+234=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #0980EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0980EA is #F67F15. Grayscale: #676767. Windows color (decimal): -16154390 or 15368201. OLE color: 15368201.

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

Color convert

RGB 9 128 234 -
CMYK 0.96 0.45 0 0.08
HSL 208.27º 0.93% 0.48% -
HSV(B) 208.27º 0.96% 0.92% -
XYZ 22.68 21.44 80.78 -
YUV 104.5 201.08 59.88 -
System Red Green Blue C M Y K H S L
Decimal 9 128 234 0.96 0.45 0 0.08 208.27 0.93 0.48
Hex 9 80 EA 60 2D 0 8 D0 5D 30
Octal 11 200 352 140 55 0 10 320 135 60
Binary 1001 10000000 11101010 1100000 101101 0 1000 11010000 1011101 110000

Color Harmonies of #0980EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980EA

Black with #0980EA

Text Example


Text Example

White with #0980EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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