Html Css Color HEX #2177FA Dodger Blue

📋 copy color: '#2177FA'

red 33 ◦ green 119 ◦ blue 250

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

Shades of Dodger Blue #2177FA

Tints of Dodger Blue #2177FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.6%

 BLUE value IS 250 (98.05% from 255) = 62.19%

R = 8.21%
G = 29.6%
B = 62.19%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2177FA (or 0x2177FA) is known color: Dodger Blue. HEX triplet: 21, 77 and FA. RGB value is (33,119,250). Sum of RGB (Red+Green+Blue) = 33+119+250=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #2177FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2177FA is #DE8805. Grayscale: #6B6B6B. Windows color (decimal): -14583814 or 16414497. OLE color: 16414497.

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

Color convert

RGB 33 119 250 -
CMYK 0.87 0.52 0 0.02
HSL 216.22º 0.96% 0.55% -
HSV(B) 216.22º 0.87% 0.98% -
XYZ 24.48 20.42 93.09 -
YUV 108.22 208.01 74.35 -
System Red Green Blue C M Y K H S L
Decimal 33 119 250 0.87 0.52 0 0.02 216.22 0.96 0.55
Hex 21 77 FA 57 34 0 2 D8 60 37
Octal 41 167 372 127 64 0 2 330 140 67
Binary 100001 1110111 11111010 1010111 110100 0 10 11011000 1100000 110111

Color Harmonies of #2177FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2177FA

Black with #2177FA

Text Example


Text Example

White with #2177FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2177FA; }

 p { color: rgb(33,119,250); }

 H1.HeaderClassName
 {
   color: #2177FA;
 }
 .AnyTagClassName
 {
   color: #2177FA;
 }
</style>

background-color css

<style>
 a { background-color: #2177FA; }

 a { background-color: rgb(33,119,250); }

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

border-color css

<style>
 span { border-color: #2177FA; }

 span { border-color: rgb(33,119,250); }

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