#2373FF

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

Shades of Dodger Blue #2373FF

Tints of Dodger Blue #2373FF

Color information

#2373FF (or 0x2373FF) is unknown color: approx Dodger Blue. HEX triplet: 23, 73 and FF. RGB value is (35,115,255). Sum of RGB (Red+Green+Blue) = 35+115+255=405 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.64% from 405); Green value is 115 (45.31% from 255 or 28.40% 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 #2373FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2373FF is #DC8C00. Grayscale: #6A6A6A. Windows color (decimal): -14453761 or 16741155. OLE color: 16741155.

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

Color convert

RGB35115255-
CMYK0.860.5500
HSL218.18º100%56.86%-
HSV(B)218.18º86.27%100%-
XYZ24.8719.8497.13-
YUV107.04211.576.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.64%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 255 (100% from 255) = 62.96%
R=8.64%
G=28.40%
B=62.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal351152550.860.5500218.1810056.86
Hex2373FF563700da6439
Octal43163377126670033214471
Binary100011111001111111111101011011011100110110101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2373FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,115,255); }

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

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

 a { background-color: rgb(35,115,255); }

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

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

 span { border-color: rgb(35,115,255); }

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