Html Css Color HEX #2579DC Royal Blue

📋 copy color: '#2579DC'

red 37 ◦ green 121 ◦ blue 220

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

Shades of Royal Blue #2579DC

Tints of Royal Blue #2579DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 9.79%
G = 32.01%
B = 58.2%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2579DC (or 0x2579DC) is known color: Royal Blue. HEX triplet: 25, 79 and DC. RGB value is (37,121,220). Sum of RGB (Red+Green+Blue) = 37+121+220=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #2579DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2579DC is #DA8623. Grayscale: #6A6A6A. Windows color (decimal): -14321188 or 14448933. OLE color: 14448933.

HSL color Cylindrical-coordinate representation of color #2579DC: hue angle of 212.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2579DC is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 121 220 -
CMYK 0.83 0.45 0 0.14
HSL 212.46º 0.72% 0.5% -
HSV(B) 212.46º 0.83% 0.86% -
XYZ 20.52 19.24 70.34 -
YUV 107.17 191.67 77.95 -
System Red Green Blue C M Y K H S L
Decimal 37 121 220 0.83 0.45 0 0.14 212.46 0.72 0.5
Hex 25 79 DC 53 2D 0 E D4 48 32
Octal 45 171 334 123 55 0 16 324 110 62
Binary 100101 1111001 11011100 1010011 101101 0 1110 11010100 1001000 110010

Color Harmonies of #2579DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2579DC

Black with #2579DC

Text Example


Text Example

White with #2579DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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