Html Css Color HEX #2182EB Dodger Blue

📋 copy color: '#2182EB'

red 33 ◦ green 130 ◦ blue 235

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

Shades of Dodger Blue #2182EB

Tints of Dodger Blue #2182EB

RGB

 RED value IS 33 (13.28% from 255) = 8.29%

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

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

R = 8.29%
G = 32.66%
B = 59.05%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2182EB (or 0x2182EB) is known color: Dodger Blue. HEX triplet: 21, 82 and EB. RGB value is (33,130,235). Sum of RGB (Red+Green+Blue) = 33+130+235=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #2182EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2182EB is #DE7D14. Grayscale: #707070. Windows color (decimal): -14581013 or 15434273. OLE color: 15434273.

HSL color Cylindrical-coordinate representation of color #2182EB: hue angle of 211.19º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2182EB is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 130 235 -
CMYK 0.86 0.45 0 0.08
HSL 211.19º 0.83% 0.53% -
HSV(B) 211.19º 0.86% 0.92% -
XYZ 23.61 22.29 81.65 -
YUV 112.97 196.86 70.96 -
System Red Green Blue C M Y K H S L
Decimal 33 130 235 0.86 0.45 0 0.08 211.19 0.83 0.53
Hex 21 82 EB 56 2D 0 8 D3 53 35
Octal 41 202 353 126 55 0 10 323 123 65
Binary 100001 10000010 11101011 1010110 101101 0 1000 11010011 1010011 110101

Color Harmonies of #2182EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2182EB

Black with #2182EB

Text Example


Text Example

White with #2182EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2182EB; }

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

 H1.HeaderClassName
 {
   color: #2182EB;
 }
 .AnyTagClassName
 {
   color: #2182EB;
 }
</style>

background-color css

<style>
 a { background-color: #2182EB; }

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

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

border-color css

<style>
 span { border-color: #2182EB; }

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

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