#2583FE

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

Shades of Dodger Blue #2583FE

Tints of Dodger Blue #2583FE

Color information

#2583FE (or 0x2583FE) is unknown color: approx Dodger Blue. HEX triplet: 25, 83 and FE. RGB value is (37,131,254). Sum of RGB (Red+Green+Blue) = 37+131+254=422 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.77% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #2583FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2583FE is #DA7C01. Grayscale: #747474. Windows color (decimal): -14318594 or 16679717. OLE color: 16679717.

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

Color convert

RGB37131254-
CMYK0.850.4800.00
HSL214.01º99.09%57.06%-
HSV(B)214.01º85.43%99.61%-
XYZ26.7723.7896.95-
YUV116.92205.3671-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.77%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 254 (99.61% from 255) = 60.19%
R=8.77%
G=31.04%
B=60.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal371312540.850.4800.00214.0199.0957.06
Hex2583FE553000d66339
Octal45203376125600032614371
Binary1001011000001111111110101010111000000110101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2583FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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