Html Css Color HEX #2182EF Dodger Blue

📋 copy color: '#2182EF'

red 33 ◦ green 130 ◦ blue 239

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

Shades of Dodger Blue #2182EF

Tints of Dodger Blue #2182EF

RGB

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

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

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

R = 8.21%
G = 32.34%
B = 59.45%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2182EF (or 0x2182EF) is known color: Dodger Blue. HEX triplet: 21, 82 and EF. RGB value is (33,130,239). Sum of RGB (Red+Green+Blue) = 33+130+239=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #2182EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2182EF is #DE7D10. Grayscale: #707070. Windows color (decimal): -14581009 or 15696417. OLE color: 15696417.

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

Color convert

RGB 33 130 239 -
CMYK 0.86 0.46 0 0.06
HSL 211.75º 0.87% 0.53% -
HSV(B) 211.75º 0.86% 0.94% -
XYZ 24.19 22.52 84.73 -
YUV 113.42 198.86 70.64 -
System Red Green Blue C M Y K H S L
Decimal 33 130 239 0.86 0.46 0 0.06 211.75 0.87 0.53
Hex 21 82 EF 56 2E 0 6 D4 57 35
Octal 41 202 357 126 56 0 6 324 127 65
Binary 100001 10000010 11101111 1010110 101110 0 110 11010100 1010111 110101

Color Harmonies of #2182EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2182EF

Black with #2182EF

Text Example


Text Example

White with #2182EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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