Html Css Color HEX #0A82EB Dodger Blue

📋 copy color: '#0A82EB'

red 10 ◦ green 130 ◦ blue 235

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

Shades of Dodger Blue #0A82EB

Tints of Dodger Blue #0A82EB

RGB

 RED value IS 10 (4.3% from 255) = 2.67%

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

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

R = 2.67%
G = 34.67%
B = 62.67%

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

#0A82EB (or 0x0A82EB) is known color: Dodger Blue. HEX triplet: 0A, 82 and EB. RGB value is (10,130,235). Sum of RGB (Red+Green+Blue) = 10+130+235=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A82EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A82EB is #F57D14. Grayscale: #696969. Windows color (decimal): -16088341 or 15434250. OLE color: 15434250.

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

Color convert

RGB 10 130 235 -
CMYK 0.96 0.45 0 0.08
HSL 208º 0.92% 0.48% -
HSV(B) 208º 0.96% 0.92% -
XYZ 23.1 22.03 81.63 -
YUV 106.09 200.74 59.46 -
System Red Green Blue C M Y K H S L
Decimal 10 130 235 0.96 0.45 0 0.08 208 0.92 0.48
Hex A 82 EB 60 2D 0 8 D0 5C 30
Octal 12 202 353 140 55 0 10 320 134 60
Binary 1010 10000010 11101011 1100000 101101 0 1000 11010000 1011100 110000

Color Harmonies of #0A82EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A82EB

Black with #0A82EB

Text Example


Text Example

White with #0A82EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A82EB; }

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

 H1.HeaderClassName
 {
   color: #0A82EB;
 }
 .AnyTagClassName
 {
   color: #0A82EB;
 }
</style>

background-color css

<style>
 a { background-color: #0A82EB; }

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

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

border-color css

<style>
 span { border-color: #0A82EB; }

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

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