Html Css Color HEX #2581FF Dodger Blue

📋 copy color: '#2581FF'

red 37 ◦ green 129 ◦ blue 255

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

Shades of Dodger Blue #2581FF

Tints of Dodger Blue #2581FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.64%

 BLUE value IS 255 (100% from 255) = 60.57%

R = 8.79%
G = 30.64%
B = 60.57%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2581FF (or 0x2581FF) is known color: Dodger Blue. HEX triplet: 25, 81 and FF. RGB value is (37,129,255). Sum of RGB (Red+Green+Blue) = 37+129+255=421 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.79% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #2581FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2581FF is #DA7E00. Grayscale: #737373. Windows color (decimal): -14319105 or 16744741. OLE color: 16744741.

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

Color convert

RGB 37 129 255 -
CMYK 0.85 0.49 0 0
HSL 214.68º 1% 0.57% -
HSV(B) 214.68º 0.85% 1% -
XYZ 26.66 23.31 97.7 -
YUV 115.86 206.52 71.75 -
System Red Green Blue C M Y K H S L
Decimal 37 129 255 0.85 0.49 0 0 214.68 1 0.57
Hex 25 81 FF 55 31 0 0 D7 64 39
Octal 45 201 377 125 61 0 0 327 144 71
Binary 100101 10000001 11111111 1010101 110001 0 0 11010111 1100100 111001

Color Harmonies of #2581FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2581FF

Black with #2581FF

Text Example


Text Example

White with #2581FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2581FF; }

 p { color: rgb(37,129,255); }

 H1.HeaderClassName
 {
   color: #2581FF;
 }
 .AnyTagClassName
 {
   color: #2581FF;
 }
</style>

background-color css

<style>
 a { background-color: #2581FF; }

 a { background-color: rgb(37,129,255); }

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

border-color css

<style>
 span { border-color: #2581FF; }

 span { border-color: rgb(37,129,255); }

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