Html Css Color HEX #0982EC Dodger Blue

📋 copy color: '#0982EC'

red 9 ◦ green 130 ◦ blue 236

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

Shades of Dodger Blue #0982EC

Tints of Dodger Blue #0982EC

RGB

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

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

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

R = 2.4%
G = 34.67%
B = 62.93%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0982EC (or 0x0982EC) is known color: Dodger Blue. HEX triplet: 09, 82 and EC. RGB value is (9,130,236). Sum of RGB (Red+Green+Blue) = 9+130+236=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #0982EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0982EC is #F67D13. Grayscale: #696969. Windows color (decimal): -16153876 or 15499785. OLE color: 15499785.

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

Color convert

RGB 9 130 236 -
CMYK 0.96 0.45 0 0.07
HSL 208.02º 0.93% 0.48% -
HSV(B) 208.02º 0.96% 0.93% -
XYZ 23.24 22.08 82.39 -
YUV 105.91 201.41 58.88 -
System Red Green Blue C M Y K H S L
Decimal 9 130 236 0.96 0.45 0 0.07 208.02 0.93 0.48
Hex 9 82 EC 60 2D 0 7 D0 5D 30
Octal 11 202 354 140 55 0 7 320 135 60
Binary 1001 10000010 11101100 1100000 101101 0 111 11010000 1011101 110000

Color Harmonies of #0982EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0982EC

Black with #0982EC

Text Example


Text Example

White with #0982EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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