Html Css Color HEX #0082EA Dodger Blue

📋 copy color: '#0082EA'

red 0 ◦ green 130 ◦ blue 234

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

Shades of Dodger Blue #0082EA

Tints of Dodger Blue #0082EA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 35.71%
B = 64.29%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0082EA (or 0x0082EA) is known color: Dodger Blue. HEX triplet: 00, 82 and EA. RGB value is (0,130,234). Sum of RGB (Red+Green+Blue) = 0+130+234=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #0082EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0082EA is #FF7D15. Grayscale: #666666. Windows color (decimal): -16743702 or 15368704. OLE color: 15368704.

HSL color Cylindrical-coordinate representation of color #0082EA: hue angle of 206.67º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082EA is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 130 234 -
CMYK 1 0.44 0 0.08
HSL 206.67º 1% 0.46% -
HSV(B) 206.67º 1% 0.92% -
XYZ 22.83 21.91 80.87 -
YUV 102.99 201.93 54.54 -
System Red Green Blue C M Y K H S L
Decimal 0 130 234 1 0.44 0 0.08 206.67 1 0.46
Hex 0 82 EA 64 2C 0 8 CF 64 2E
Octal 0 202 352 144 54 0 10 317 144 56
Binary 0 10000010 11101010 1100100 101100 0 1000 11001111 1100100 101110

Color Harmonies of #0082EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0082EA

Black with #0082EA

Text Example


Text Example

White with #0082EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,130,234); }

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

background-color css

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

 a { background-color: rgb(0,130,234); }

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

border-color css

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

 span { border-color: rgb(0,130,234); }

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