Html Css Color HEX #2D79DB Royal Blue

📋 copy color: '#2D79DB'

red 45 ◦ green 121 ◦ blue 219

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

Shades of Royal Blue #2D79DB

Tints of Royal Blue #2D79DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.88%

R = 11.69%
G = 31.43%
B = 56.88%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D79DB (or 0x2D79DB) is known color: Royal Blue. HEX triplet: 2D, 79 and DB. RGB value is (45,121,219). Sum of RGB (Red+Green+Blue) = 45+121+219=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D79DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D79DB is #D28624. Grayscale: #6C6C6C. Windows color (decimal): -13796901 or 14383405. OLE color: 14383405.

HSL color Cylindrical-coordinate representation of color #2D79DB: hue angle of 213.79º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D79DB is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 121 219 -
CMYK 0.79 0.45 0 0.14
HSL 213.79º 0.71% 0.52% -
HSV(B) 213.79º 0.79% 0.86% -
XYZ 20.71 19.35 69.66 -
YUV 109.45 189.82 82.03 -
System Red Green Blue C M Y K H S L
Decimal 45 121 219 0.79 0.45 0 0.14 213.79 0.71 0.52
Hex 2D 79 DB 4F 2D 0 E D6 47 34
Octal 55 171 333 117 55 0 16 326 107 64
Binary 101101 1111001 11011011 1001111 101101 0 1110 11010110 1000111 110100

Color Harmonies of #2D79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D79DB

Black with #2D79DB

Text Example


Text Example

White with #2D79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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