Html Css Color HEX #2175FF Dodger Blue

📋 copy color: '#2175FF'

red 33 ◦ green 117 ◦ blue 255

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

Shades of Dodger Blue #2175FF

Tints of Dodger Blue #2175FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

 BLUE value IS 255 (100% from 255) = 62.96%

R = 8.15%
G = 28.89%
B = 62.96%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2175FF (or 0x2175FF) is known color: Dodger Blue. HEX triplet: 21, 75 and FF. RGB value is (33,117,255). Sum of RGB (Red+Green+Blue) = 33+117+255=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #2175FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2175FF is #DE8A00. Grayscale: #6A6A6A. Windows color (decimal): -14584321 or 16741665. OLE color: 16741665.

HSL color Cylindrical-coordinate representation of color #2175FF: hue angle of 217.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2175FF is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 33 117 255 -
CMYK 0.87 0.54 0 0
HSL 217.3º 1% 0.56% -
HSV(B) 217.3º 0.87% 1% -
XYZ 25.04 20.27 97.2 -
YUV 107.62 211.17 74.78 -
System Red Green Blue C M Y K H S L
Decimal 33 117 255 0.87 0.54 0 0 217.3 1 0.56
Hex 21 75 FF 57 36 0 0 D9 64 38
Octal 41 165 377 127 66 0 0 331 144 70
Binary 100001 1110101 11111111 1010111 110110 0 0 11011001 1100100 111000

Color Harmonies of #2175FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2175FF

Black with #2175FF

Text Example


Text Example

White with #2175FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2175FF; }

 p { color: rgb(33,117,255); }

 H1.HeaderClassName
 {
   color: #2175FF;
 }
 .AnyTagClassName
 {
   color: #2175FF;
 }
</style>

background-color css

<style>
 a { background-color: #2175FF; }

 a { background-color: rgb(33,117,255); }

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

border-color css

<style>
 span { border-color: #2175FF; }

 span { border-color: rgb(33,117,255); }

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