#2594FE

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

Shades of Dodger Blue #2594FE

Tints of Dodger Blue #2594FE

Color information

#2594FE (or 0x2594FE) is unknown color: approx Dodger Blue. HEX triplet: 25, 94 and FE. RGB value is (37,148,254). Sum of RGB (Red+Green+Blue) = 37+148+254=439 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.43% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #2594FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2594FE is #DA6B01. Grayscale: #7E7E7E. Windows color (decimal): -14314242 or 16684069. OLE color: 16684069.

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

Color convert

RGB37148254-
CMYK0.850.4200.00
HSL209.31º99.09%57.06%-
HSV(B)209.31º85.43%99.61%-
XYZ29.2428.7397.77-
YUV126.9199.7363.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.43%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 254 (99.61% from 255) = 57.86%
R=8.43%
G=33.71%
B=57.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal371482540.850.4200.00209.3199.0957.06
Hex2594FE552A00d16339
Octal45224376125520032114371
Binary1001011001010011111110101010110101000110100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2594FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,148,254); }

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

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

 a { background-color: rgb(37,148,254); }

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

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

 span { border-color: rgb(37,148,254); }

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