Html Css Color HEX #2179EE Dodger Blue

📋 copy color: '#2179EE'

red 33 ◦ green 121 ◦ blue 238

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

Shades of Dodger Blue #2179EE

Tints of Dodger Blue #2179EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.71%

R = 8.42%
G = 30.87%
B = 60.71%

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

#2179EE (or 0x2179EE) is known color: Dodger Blue. HEX triplet: 21, 79 and EE. RGB value is (33,121,238). Sum of RGB (Red+Green+Blue) = 33+121+238=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #2179EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2179EE is #DE8611. Grayscale: #6B6B6B. Windows color (decimal): -14583314 or 15628577. OLE color: 15628577.

HSL color Cylindrical-coordinate representation of color #2179EE: hue angle of 214.24º degrees, saturation: 0.86, 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 #2179EE is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 121 238 -
CMYK 0.86 0.49 0 0.07
HSL 214.24º 0.86% 0.53% -
HSV(B) 214.24º 0.86% 0.93% -
XYZ 22.9 20.17 83.58 -
YUV 108.03 201.35 74.49 -
System Red Green Blue C M Y K H S L
Decimal 33 121 238 0.86 0.49 0 0.07 214.24 0.86 0.53
Hex 21 79 EE 56 31 0 7 D6 56 35
Octal 41 171 356 126 61 0 7 326 126 65
Binary 100001 1111001 11101110 1010110 110001 0 111 11010110 1010110 110101

Color Harmonies of #2179EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2179EE

Black with #2179EE

Text Example


Text Example

White with #2179EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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