Html Css Color HEX #2579F5 Dodger Blue

📋 copy color: '#2579F5'

red 37 ◦ green 121 ◦ blue 245

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

Shades of Dodger Blue #2579F5

Tints of Dodger Blue #2579F5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 245 (96.09% from 255) = 60.79%

R = 9.18%
G = 30.02%
B = 60.79%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2579F5 (or 0x2579F5) is known color: Dodger Blue. HEX triplet: 25, 79 and F5. RGB value is (37,121,245). Sum of RGB (Red+Green+Blue) = 37+121+245=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 245 (96.09% from 255 or 60.79% from 403); Max value from RGB is 245 - color contains mainly: blue. Hex color #2579F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2579F5 is #DA860A. Grayscale: #6D6D6D. Windows color (decimal): -14321163 or 16087333. OLE color: 16087333.

HSL color Cylindrical-coordinate representation of color #2579F5: hue angle of 215.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2579F5 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 121 245 -
CMYK 0.85 0.51 0 0.04
HSL 215.77º 0.91% 0.55% -
HSV(B) 215.77º 0.85% 0.96% -
XYZ 24.08 20.66 89.1 -
YUV 110.02 204.17 75.92 -
System Red Green Blue C M Y K H S L
Decimal 37 121 245 0.85 0.51 0 0.04 215.77 0.91 0.55
Hex 25 79 F5 55 33 0 4 D8 5B 37
Octal 45 171 365 125 63 0 4 330 133 67
Binary 100101 1111001 11110101 1010101 110011 0 100 11011000 1011011 110111

Color Harmonies of #2579F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2579F5

Black with #2579F5

Text Example


Text Example

White with #2579F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2579F5; }

 p { color: rgb(37,121,245); }

 H1.HeaderClassName
 {
   color: #2579F5;
 }
 .AnyTagClassName
 {
   color: #2579F5;
 }
</style>

background-color css

<style>
 a { background-color: #2579F5; }

 a { background-color: rgb(37,121,245); }

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

border-color css

<style>
 span { border-color: #2579F5; }

 span { border-color: rgb(37,121,245); }

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