Html Css Color HEX #2582FD Dodger Blue

📋 copy color: '#2582FD'

red 37 ◦ green 130 ◦ blue 253

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

Shades of Dodger Blue #2582FD

Tints of Dodger Blue #2582FD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

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

R = 8.81%
G = 30.95%
B = 60.24%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2582FD (or 0x2582FD) is known color: Dodger Blue. HEX triplet: 25, 82 and FD. RGB value is (37,130,253). Sum of RGB (Red+Green+Blue) = 37+130+253=420 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.81% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #2582FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2582FD is #DA7D02. Grayscale: #737373. Windows color (decimal): -14318851 or 16613925. OLE color: 16613925.

HSL color Cylindrical-coordinate representation of color #2582FD: hue angle of 214.17º 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 #2582FD is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 130 253 -
CMYK 0.85 0.49 0 0.01
HSL 214.17º 0.98% 0.57% -
HSV(B) 214.17º 0.85% 0.99% -
XYZ 26.48 23.45 96.06 -
YUV 116.22 205.19 71.5 -
System Red Green Blue C M Y K H S L
Decimal 37 130 253 0.85 0.49 0 0.01 214.17 0.98 0.57
Hex 25 82 FD 55 31 0 1 D6 62 39
Octal 45 202 375 125 61 0 1 326 142 71
Binary 100101 10000010 11111101 1010101 110001 0 1 11010110 1100010 111001

Color Harmonies of #2582FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2582FD

Black with #2582FD

Text Example


Text Example

White with #2582FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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