Html Css Color HEX #2581EF Dodger Blue

📋 copy color: '#2581EF'

red 37 ◦ green 129 ◦ blue 239

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

Shades of Dodger Blue #2581EF

Tints of Dodger Blue #2581EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.01%

R = 9.14%
G = 31.85%
B = 59.01%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2581EF (or 0x2581EF) is known color: Dodger Blue. HEX triplet: 25, 81 and EF. RGB value is (37,129,239). Sum of RGB (Red+Green+Blue) = 37+129+239=405 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.14% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #2581EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2581EF is #DA7E10. Grayscale: #717171. Windows color (decimal): -14319121 or 15696165. OLE color: 15696165.

HSL color Cylindrical-coordinate representation of color #2581EF: hue angle of 212.67º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2581EF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 129 239 -
CMYK 0.85 0.46 0 0.06
HSL 212.67º 0.86% 0.54% -
HSV(B) 212.67º 0.85% 0.94% -
XYZ 24.19 22.33 84.7 -
YUV 114.03 198.52 73.06 -
System Red Green Blue C M Y K H S L
Decimal 37 129 239 0.85 0.46 0 0.06 212.67 0.86 0.54
Hex 25 81 EF 55 2E 0 6 D5 56 36
Octal 45 201 357 125 56 0 6 325 126 66
Binary 100101 10000001 11101111 1010101 101110 0 110 11010101 1010110 110110

Color Harmonies of #2581EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2581EF

Black with #2581EF

Text Example


Text Example

White with #2581EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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