#2179F1

Color #2179F1 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2179F1

Tints of Dodger Blue #2179F1

Color information

#2179F1 (or 0x2179F1) is unknown color: approx Dodger Blue. HEX triplet: 21, 79 and F1. RGB value is (33,121,241). Sum of RGB (Red+Green+Blue) = 33+121+241=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 241 (94.53% from 255 or 61.01% from 395); Max value from RGB is 241 - color contains mainly: blue. Hex color #2179F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2179F1 is #DE860E. Grayscale: #6B6B6B. Windows color (decimal): -14583311 or 15825185. OLE color: 15825185.

HSL color Cylindrical-coordinate representation of color #2179F1: hue angle of 214.62º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2179F1 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB33121241-
CMYK0.860.5000.05
HSL214.62º88.14%53.73%-
HSV(B)214.62º86.31%94.51%-
XYZ23.3420.3585.92-
YUV108.37202.8574.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.35%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 241 (94.53% from 255) = 61.01%
R=8.35%
G=30.63%
B=61.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal331212410.860.5000.05214.6288.1453.73
Hex2179F1563205d75836
Octal41171361126620532713066
Binary10000111110011111000110101101100100101110101111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2179F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2179F1;
 }
 .AnyTagClassName
 {
   color: #2179F1;
 }
</style>
background-color css

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

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

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

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

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

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