Html Css Color HEX #2184EF Dodger Blue

📋 copy color: '#2184EF'

red 33 ◦ green 132 ◦ blue 239

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

Shades of Dodger Blue #2184EF

Tints of Dodger Blue #2184EF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

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

R = 8.17%
G = 32.67%
B = 59.16%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2184EF (or 0x2184EF) is known color: Dodger Blue. HEX triplet: 21, 84 and EF. RGB value is (33,132,239). Sum of RGB (Red+Green+Blue) = 33+132+239=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #2184EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2184EF is #DE7B10. Grayscale: #727272. Windows color (decimal): -14580497 or 15696929. OLE color: 15696929.

HSL color Cylindrical-coordinate representation of color #2184EF: hue angle of 211.17º 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 #2184EF is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 132 239 -
CMYK 0.86 0.45 0 0.06
HSL 211.17º 0.87% 0.53% -
HSV(B) 211.17º 0.86% 0.94% -
XYZ 24.46 23.06 84.82 -
YUV 114.6 198.2 69.8 -
System Red Green Blue C M Y K H S L
Decimal 33 132 239 0.86 0.45 0 0.06 211.17 0.87 0.53
Hex 21 84 EF 56 2D 0 6 D3 57 35
Octal 41 204 357 126 55 0 6 323 127 65
Binary 100001 10000100 11101111 1010110 101101 0 110 11010011 1010111 110101

Color Harmonies of #2184EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2184EF

Black with #2184EF

Text Example


Text Example

White with #2184EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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