Html Css Color HEX #0082EF Dodger Blue

📋 copy color: '#0082EF'

red 0 ◦ green 130 ◦ blue 239

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

Shades of Dodger Blue #0082EF

Tints of Dodger Blue #0082EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 0%
G = 35.23%
B = 64.77%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0082EF (or 0x0082EF) is known color: Dodger Blue. HEX triplet: 00, 82 and EF. RGB value is (0,130,239). Sum of RGB (Red+Green+Blue) = 0+130+239=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #0082EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0082EF is #FF7D10. Grayscale: #666666. Windows color (decimal): -16743697 or 15696384. OLE color: 15696384.

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

Color convert

RGB 0 130 239 -
CMYK 1 0.46 0 0.06
HSL 207.36º 1% 0.47% -
HSV(B) 207.36º 1% 0.94% -
XYZ 23.56 22.2 84.7 -
YUV 103.56 204.43 54.14 -
System Red Green Blue C M Y K H S L
Decimal 0 130 239 1 0.46 0 0.06 207.36 1 0.47
Hex 0 82 EF 64 2E 0 6 CF 64 2F
Octal 0 202 357 144 56 0 6 317 144 57
Binary 0 10000010 11101111 1100100 101110 0 110 11001111 1100100 101111

Color Harmonies of #0082EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0082EF

Black with #0082EF

Text Example


Text Example

White with #0082EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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