Html Css Color HEX #2584EB Dodger Blue

📋 copy color: '#2584EB'

red 37 ◦ green 132 ◦ blue 235

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

Shades of Dodger Blue #2584EB

Tints of Dodger Blue #2584EB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 235 (92.19% from 255) = 58.17%

R = 9.16%
G = 32.67%
B = 58.17%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2584EB (or 0x2584EB) is known color: Dodger Blue. HEX triplet: 25, 84 and EB. RGB value is (37,132,235). Sum of RGB (Red+Green+Blue) = 37+132+235=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #2584EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2584EB is #DA7B14. Grayscale: #727272. Windows color (decimal): -14318357 or 15434789. OLE color: 15434789.

HSL color Cylindrical-coordinate representation of color #2584EB: hue angle of 211.21º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2584EB is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 132 235 -
CMYK 0.84 0.44 0 0.08
HSL 211.21º 0.83% 0.53% -
HSV(B) 211.21º 0.84% 0.92% -
XYZ 24.01 22.89 81.75 -
YUV 115.34 195.53 72.12 -
System Red Green Blue C M Y K H S L
Decimal 37 132 235 0.84 0.44 0 0.08 211.21 0.83 0.53
Hex 25 84 EB 54 2C 0 8 D3 53 35
Octal 45 204 353 124 54 0 10 323 123 65
Binary 100101 10000100 11101011 1010100 101100 0 1000 11010011 1010011 110101

Color Harmonies of #2584EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2584EB

Black with #2584EB

Text Example


Text Example

White with #2584EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2584EB; }

 p { color: rgb(37,132,235); }

 H1.HeaderClassName
 {
   color: #2584EB;
 }
 .AnyTagClassName
 {
   color: #2584EB;
 }
</style>

background-color css

<style>
 a { background-color: #2584EB; }

 a { background-color: rgb(37,132,235); }

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

border-color css

<style>
 span { border-color: #2584EB; }

 span { border-color: rgb(37,132,235); }

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