Html Css Color HEX #2479DB Royal Blue

📋 copy color: '#2479DB'

red 36 ◦ green 121 ◦ blue 219

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

Shades of Royal Blue #2479DB

Tints of Royal Blue #2479DB

RGB

 RED value IS 36 (14.45% from 255) = 9.57%

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

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

R = 9.57%
G = 32.18%
B = 58.24%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2479DB (or 0x2479DB) is known color: Royal Blue. HEX triplet: 24, 79 and DB. RGB value is (36,121,219). Sum of RGB (Red+Green+Blue) = 36+121+219=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #2479DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2479DB is #DB8624. Grayscale: #6A6A6A. Windows color (decimal): -14386725 or 14383396. OLE color: 14383396.

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

Color convert

RGB 36 121 219 -
CMYK 0.84 0.45 0 0.14
HSL 212.13º 0.72% 0.5% -
HSV(B) 212.13º 0.84% 0.86% -
XYZ 20.35 19.16 69.64 -
YUV 106.76 191.34 77.53 -
System Red Green Blue C M Y K H S L
Decimal 36 121 219 0.84 0.45 0 0.14 212.13 0.72 0.5
Hex 24 79 DB 54 2D 0 E D4 48 32
Octal 44 171 333 124 55 0 16 324 110 62
Binary 100100 1111001 11011011 1010100 101101 0 1110 11010100 1001000 110010

Color Harmonies of #2479DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2479DB

Black with #2479DB

Text Example


Text Example

White with #2479DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2479DB; }

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

 H1.HeaderClassName
 {
   color: #2479DB;
 }
 .AnyTagClassName
 {
   color: #2479DB;
 }
</style>

background-color css

<style>
 a { background-color: #2479DB; }

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

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

border-color css

<style>
 span { border-color: #2479DB; }

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

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