Html Css Color HEX #2179EC Dodger Blue

📋 copy color: '#2179EC'

red 33 ◦ green 121 ◦ blue 236

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

Shades of Dodger Blue #2179EC

Tints of Dodger Blue #2179EC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 236 (92.58% from 255) = 60.51%

R = 8.46%
G = 31.03%
B = 60.51%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2179EC (or 0x2179EC) is known color: Dodger Blue. HEX triplet: 21, 79 and EC. RGB value is (33,121,236). Sum of RGB (Red+Green+Blue) = 33+121+236=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #2179EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2179EC is #DE8613. Grayscale: #6B6B6B. Windows color (decimal): -14583316 or 15497505. OLE color: 15497505.

HSL color Cylindrical-coordinate representation of color #2179EC: hue angle of 213.99º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2179EC is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 121 236 -
CMYK 0.86 0.49 0 0.07
HSL 213.99º 0.84% 0.53% -
HSV(B) 213.99º 0.86% 0.93% -
XYZ 22.6 20.05 82.04 -
YUV 107.8 200.35 74.65 -
System Red Green Blue C M Y K H S L
Decimal 33 121 236 0.86 0.49 0 0.07 213.99 0.84 0.53
Hex 21 79 EC 56 31 0 7 D6 54 35
Octal 41 171 354 126 61 0 7 326 124 65
Binary 100001 1111001 11101100 1010110 110001 0 111 11010110 1010100 110101

Color Harmonies of #2179EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2179EC

Black with #2179EC

Text Example


Text Example

White with #2179EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2179EC; }

 p { color: rgb(33,121,236); }

 H1.HeaderClassName
 {
   color: #2179EC;
 }
 .AnyTagClassName
 {
   color: #2179EC;
 }
</style>

background-color css

<style>
 a { background-color: #2179EC; }

 a { background-color: rgb(33,121,236); }

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

border-color css

<style>
 span { border-color: #2179EC; }

 span { border-color: rgb(33,121,236); }

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