Html Css Color HEX #3082EF Dodger Blue

📋 copy color: '#3082EF'

red 48 ◦ green 130 ◦ blue 239

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

Shades of Dodger Blue #3082EF

Tints of Dodger Blue #3082EF

RGB

 RED value IS 48 (19.14% from 255) = 11.51%

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

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

R = 11.51%
G = 31.18%
B = 57.31%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3082EF (or 0x3082EF) is known color: Dodger Blue. HEX triplet: 30, 82 and EF. RGB value is (48,130,239). Sum of RGB (Red+Green+Blue) = 48+130+239=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #3082EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3082EF is #CF7D10. Grayscale: #757575. Windows color (decimal): -13597969 or 15696432. OLE color: 15696432.

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

Color convert

RGB 48 130 239 -
CMYK 0.80 0.46 0 0.06
HSL 214.24º 0.86% 0.56% -
HSV(B) 214.24º 0.8% 0.94% -
XYZ 24.78 22.83 84.76 -
YUV 117.91 196.33 78.14 -
System Red Green Blue C M Y K H S L
Decimal 48 130 239 0.80 0.46 0 0.06 214.24 0.86 0.56
Hex 30 82 EF 50 2E 0 6 D6 56 38
Octal 60 202 357 120 56 0 6 326 126 70
Binary 110000 10000010 11101111 1010000 101110 0 110 11010110 1010110 111000

Color Harmonies of #3082EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3082EF

Black with #3082EF

Text Example


Text Example

White with #3082EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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