Html Css Color HEX #2176F5 Dodger Blue

📋 copy color: '#2176F5'

red 33 ◦ green 118 ◦ blue 245

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

Shades of Dodger Blue #2176F5

Tints of Dodger Blue #2176F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 61.87%

R = 8.33%
G = 29.8%
B = 61.87%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2176F5 (or 0x2176F5) is known color: Dodger Blue. HEX triplet: 21, 76 and F5. RGB value is (33,118,245). Sum of RGB (Red+Green+Blue) = 33+118+245=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 245 (96.09% from 255 or 61.87% from 396); Max value from RGB is 245 - color contains mainly: blue. Hex color #2176F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2176F5 is #DE890A. Grayscale: #6A6A6A. Windows color (decimal): -14584075 or 16086561. OLE color: 16086561.

HSL color Cylindrical-coordinate representation of color #2176F5: hue angle of 215.94º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2176F5 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 118 245 -
CMYK 0.87 0.52 0 0.04
HSL 215.94º 0.91% 0.55% -
HSV(B) 215.94º 0.87% 0.96% -
XYZ 23.59 19.87 88.98 -
YUV 107.06 205.84 75.17 -
System Red Green Blue C M Y K H S L
Decimal 33 118 245 0.87 0.52 0 0.04 215.94 0.91 0.55
Hex 21 76 F5 57 34 0 4 D8 5B 37
Octal 41 166 365 127 64 0 4 330 133 67
Binary 100001 1110110 11110101 1010111 110100 0 100 11011000 1011011 110111

Color Harmonies of #2176F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2176F5

Black with #2176F5

Text Example


Text Example

White with #2176F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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