Html Css Color HEX #2579FF Dodger Blue

📋 copy color: '#2579FF'

red 37 ◦ green 121 ◦ blue 255

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

Shades of Dodger Blue #2579FF

Tints of Dodger Blue #2579FF

RGB

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

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

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

R = 8.96%
G = 29.3%
B = 61.74%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2579FF (or 0x2579FF) is known color: Dodger Blue. HEX triplet: 25, 79 and FF. RGB value is (37,121,255). Sum of RGB (Red+Green+Blue) = 37+121+255=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #2579FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2579FF is #DA8600. Grayscale: #6E6E6E. Windows color (decimal): -14321153 or 16742693. OLE color: 16742693.

HSL color Cylindrical-coordinate representation of color #2579FF: hue angle of 216.88º 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 #2579FF is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 121 255 -
CMYK 0.85 0.53 0 0
HSL 216.88º 1% 0.57% -
HSV(B) 216.88º 0.85% 1% -
XYZ 25.65 21.29 97.36 -
YUV 111.16 209.17 75.1 -
System Red Green Blue C M Y K H S L
Decimal 37 121 255 0.85 0.53 0 0 216.88 1 0.57
Hex 25 79 FF 55 35 0 0 D9 64 39
Octal 45 171 377 125 65 0 0 331 144 71
Binary 100101 1111001 11111111 1010101 110101 0 0 11011001 1100100 111001

Color Harmonies of #2579FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2579FF

Black with #2579FF

Text Example


Text Example

White with #2579FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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