#2178ED

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

Shades of Dodger Blue #2178ED

Tints of Dodger Blue #2178ED

Color information

#2178ED (or 0x2178ED) is unknown color: approx Dodger Blue. HEX triplet: 21, 78 and ED. RGB value is (33,120,237). Sum of RGB (Red+Green+Blue) = 33+120+237=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #2178ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2178ED is #DE8712. Grayscale: #6A6A6A. Windows color (decimal): -14583571 or 15562785. OLE color: 15562785.

HSL color Cylindrical-coordinate representation of color #2178ED: hue angle of 214.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2178ED is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB33120237-
CMYK0.860.4900.07
HSL214.41º85%52.94%-
HSV(B)214.41º86.08%92.94%-
XYZ22.6319.8782.76-
YUV107.32201.1874.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.46%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 237 (92.97% from 255) = 60.77%
R=8.46%
G=30.77%
B=60.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal331202370.860.4900.07214.418552.94
Hex2178ED563107d65535
Octal41170355126610732612565
Binary10000111110001110110110101101100010111110101101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2178ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2178ED; }

 p { color: rgb(33,120,237); }

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

<style>
 a { background-color: #2178ED; }

 a { background-color: rgb(33,120,237); }

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

<style>
 span { border-color: #2178ED; }

 span { border-color: rgb(33,120,237); }

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