Html Css Color HEX #2176EA Dodger Blue

📋 copy color: '#2176EA'

red 33 ◦ green 118 ◦ blue 234

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

Shades of Dodger Blue #2176EA

Tints of Dodger Blue #2176EA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

 BLUE value IS 234 (91.8% from 255) = 60.78%

R = 8.57%
G = 30.65%
B = 60.78%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2176EA (or 0x2176EA) is known color: Dodger Blue. HEX triplet: 21, 76 and EA. RGB value is (33,118,234). Sum of RGB (Red+Green+Blue) = 33+118+234=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #2176EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2176EA is #DE8915. Grayscale: #696969. Windows color (decimal): -14584086 or 15365665. OLE color: 15365665.

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

Color convert

RGB 33 118 234 -
CMYK 0.86 0.50 0 0.08
HSL 214.63º 0.83% 0.52% -
HSV(B) 214.63º 0.86% 0.92% -
XYZ 21.96 19.22 80.39 -
YUV 105.81 200.34 76.07 -
System Red Green Blue C M Y K H S L
Decimal 33 118 234 0.86 0.50 0 0.08 214.63 0.83 0.52
Hex 21 76 EA 56 32 0 8 D7 53 34
Octal 41 166 352 126 62 0 10 327 123 64
Binary 100001 1110110 11101010 1010110 110010 0 1000 11010111 1010011 110100

Color Harmonies of #2176EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2176EA

Black with #2176EA

Text Example


Text Example

White with #2176EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2176EA; }

 p { color: rgb(33,118,234); }

 H1.HeaderClassName
 {
   color: #2176EA;
 }
 .AnyTagClassName
 {
   color: #2176EA;
 }
</style>

background-color css

<style>
 a { background-color: #2176EA; }

 a { background-color: rgb(33,118,234); }

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

border-color css

<style>
 span { border-color: #2176EA; }

 span { border-color: rgb(33,118,234); }

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