#2373FE

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

Shades of Dodger Blue #2373FE

Tints of Dodger Blue #2373FE

Color information

#2373FE (or 0x2373FE) is unknown color: approx Dodger Blue. HEX triplet: 23, 73 and FE. RGB value is (35,115,254). Sum of RGB (Red+Green+Blue) = 35+115+254=404 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.66% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #2373FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2373FE is #DC8C01. Grayscale: #6A6A6A. Windows color (decimal): -14453762 or 16675619. OLE color: 16675619.

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

Color convert

RGB35115254-
CMYK0.860.5500.00
HSL218.08º99.1%56.67%-
HSV(B)218.08º86.22%99.61%-
XYZ24.7119.7796.28-
YUV106.9321176.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.66%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 254 (99.61% from 255) = 62.87%
R=8.66%
G=28.47%
B=62.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal351152540.860.5500.00218.0899.156.67
Hex2373FE563700da6339
Octal43163376126670033214371
Binary100011111001111111110101011011011100110110101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2373FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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