#2374FE

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

Shades of Dodger Blue #2374FE

Tints of Dodger Blue #2374FE

Color information

#2374FE (or 0x2374FE) is unknown color: approx Dodger Blue. HEX triplet: 23, 74 and FE. RGB value is (35,116,254). Sum of RGB (Red+Green+Blue) = 35+116+254=405 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.64% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #2374FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2374FE is #DC8B01. Grayscale: #6A6A6A. Windows color (decimal): -14453506 or 16675875. OLE color: 16675875.

HSL color Cylindrical-coordinate representation of color #2374FE: hue angle of 217.81º 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 #2374FE is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB35116254-
CMYK0.860.5400.00
HSL217.81º99.1%56.67%-
HSV(B)217.81º86.22%99.61%-
XYZ24.832096.32-
YUV107.51210.6676.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.64%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 254 (99.61% from 255) = 62.72%
R=8.64%
G=28.64%
B=62.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal351162540.860.5400.00217.8199.156.67
Hex2374FE563600da6339
Octal43164376126660033214371
Binary100011111010011111110101011011011000110110101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2374FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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