Html Css Color HEX #0982EB Dodger Blue

📋 copy color: '#0982EB'

red 9 ◦ green 130 ◦ blue 235

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

Shades of Dodger Blue #0982EB

Tints of Dodger Blue #0982EB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 235 (92.19% from 255) = 62.83%

R = 2.41%
G = 34.76%
B = 62.83%

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

#0982EB (or 0x0982EB) is known color: Dodger Blue. HEX triplet: 09, 82 and EB. RGB value is (9,130,235). Sum of RGB (Red+Green+Blue) = 9+130+235=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #0982EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0982EB is #F67D14. Grayscale: #696969. Windows color (decimal): -16153877 or 15434249. OLE color: 15434249.

HSL color Cylindrical-coordinate representation of color #0982EB: hue angle of 207.88º 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 #0982EB is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 130 235 -
CMYK 0.96 0.45 0 0.08
HSL 207.88º 0.93% 0.48% -
HSV(B) 207.88º 0.96% 0.92% -
XYZ 23.09 22.02 81.63 -
YUV 105.79 200.91 58.96 -
System Red Green Blue C M Y K H S L
Decimal 9 130 235 0.96 0.45 0 0.08 207.88 0.93 0.48
Hex 9 82 EB 60 2D 0 8 D0 5D 30
Octal 11 202 353 140 55 0 10 320 135 60
Binary 1001 10000010 11101011 1100000 101101 0 1000 11010000 1011101 110000

Color Harmonies of #0982EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0982EB

Black with #0982EB

Text Example


Text Example

White with #0982EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0982EB; }

 p { color: rgb(9,130,235); }

 H1.HeaderClassName
 {
   color: #0982EB;
 }
 .AnyTagClassName
 {
   color: #0982EB;
 }
</style>

background-color css

<style>
 a { background-color: #0982EB; }

 a { background-color: rgb(9,130,235); }

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

border-color css

<style>
 span { border-color: #0982EB; }

 span { border-color: rgb(9,130,235); }

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