Html Css Color HEX #2583FD Dodger Blue

📋 copy color: '#2583FD'

red 37 ◦ green 131 ◦ blue 253

#2583FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2583FD

Tints of Dodger Blue #2583FD

RGB

 RED value IS 37 (14.84% from 255) = 8.79%

 GREEN value IS 131 (51.56% from 255) = 31.12%

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 8.79%
G = 31.12%
B = 60.1%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2583FD (or 0x2583FD) is known color: Dodger Blue. HEX triplet: 25, 83 and FD. RGB value is (37,131,253). Sum of RGB (Red+Green+Blue) = 37+131+253=421 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.79% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #2583FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2583FD is #DA7C02. Grayscale: #747474. Windows color (decimal): -14318595 or 16614181. OLE color: 16614181.

HSL color Cylindrical-coordinate representation of color #2583FD: hue angle of 213.89º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2583FD is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 131 253 -
CMYK 0.85 0.48 0 0.01
HSL 213.89º 0.98% 0.57% -
HSV(B) 213.89º 0.85% 0.99% -
XYZ 26.61 23.72 96.1 -
YUV 116.8 204.86 71.08 -
System Red Green Blue C M Y K H S L
Decimal 37 131 253 0.85 0.48 0 0.01 213.89 0.98 0.57
Hex 25 83 FD 55 30 0 1 D6 62 39
Octal 45 203 375 125 60 0 1 326 142 71
Binary 100101 10000011 11111101 1010101 110000 0 1 11010110 1100010 111001

Color Harmonies of #2583FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2583FD

Black with #2583FD

Text Example


Text Example

White with #2583FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2583FD;
 }
 .AnyTagClassName
 {
   color: #2583FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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