Html Css Color HEX #2D79E1 Royal Blue

📋 copy color: '#2D79E1'

red 45 ◦ green 121 ◦ blue 225

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

Shades of Royal Blue #2D79E1

Tints of Royal Blue #2D79E1

RGB

 RED value IS 45 (17.97% from 255) = 11.51%

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

 BLUE value IS 225 (88.28% from 255) = 57.54%

R = 11.51%
G = 30.95%
B = 57.54%

CMYK

 C value IS 0.8

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2D79E1 (or 0x2D79E1) is known color: Royal Blue. HEX triplet: 2D, 79 and E1. RGB value is (45,121,225). Sum of RGB (Red+Green+Blue) = 45+121+225=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 225 (88.28% from 255 or 57.54% from 391); Max value from RGB is 225 - color contains mainly: blue. Hex color #2D79E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D79E1 is #D2861E. Grayscale: #6D6D6D. Windows color (decimal): -13796895 or 14776621. OLE color: 14776621.

HSL color Cylindrical-coordinate representation of color #2D79E1: hue angle of 214.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D79E1 is Cyan = 0.8, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 121 225 -
CMYK 0.8 0.46 0 0.12
HSL 214.67º 0.75% 0.53% -
HSV(B) 214.67º 0.8% 0.88% -
XYZ 21.51 19.67 73.9 -
YUV 110.13 192.82 81.54 -
System Red Green Blue C M Y K H S L
Decimal 45 121 225 0.8 0.46 0 0.12 214.67 0.75 0.53
Hex 2D 79 E1 50 2E 0 C D7 4B 35
Octal 55 171 341 120 56 0 14 327 113 65
Binary 101101 1111001 11100001 1010000 101110 0 1100 11010111 1001011 110101

Color Harmonies of #2D79E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D79E1

Black with #2D79E1

Text Example


Text Example

White with #2D79E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D79E1; }

 p { color: rgb(45,121,225); }

 H1.HeaderClassName
 {
   color: #2D79E1;
 }
 .AnyTagClassName
 {
   color: #2D79E1;
 }
</style>

background-color css

<style>
 a { background-color: #2D79E1; }

 a { background-color: rgb(45,121,225); }

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

border-color css

<style>
 span { border-color: #2D79E1; }

 span { border-color: rgb(45,121,225); }

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