Html Css Color HEX #2779DB Royal Blue

📋 copy color: '#2779DB'

red 39 ◦ green 121 ◦ blue 219

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

Shades of Royal Blue #2779DB

Tints of Royal Blue #2779DB

RGB

 RED value IS 39 (15.63% from 255) = 10.29%

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

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

R = 10.29%
G = 31.93%
B = 57.78%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2779DB (or 0x2779DB) is known color: Royal Blue. HEX triplet: 27, 79 and DB. RGB value is (39,121,219). Sum of RGB (Red+Green+Blue) = 39+121+219=379 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.29% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #2779DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779DB is #D88624. Grayscale: #6B6B6B. Windows color (decimal): -14190117 or 14383399. OLE color: 14383399.

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

Color convert

RGB 39 121 219 -
CMYK 0.82 0.45 0 0.14
HSL 212.67º 0.71% 0.51% -
HSV(B) 212.67º 0.82% 0.86% -
XYZ 20.46 19.22 69.65 -
YUV 107.65 190.83 79.03 -
System Red Green Blue C M Y K H S L
Decimal 39 121 219 0.82 0.45 0 0.14 212.67 0.71 0.51
Hex 27 79 DB 52 2D 0 E D5 47 33
Octal 47 171 333 122 55 0 16 325 107 63
Binary 100111 1111001 11011011 1010010 101101 0 1110 11010101 1000111 110011

Color Harmonies of #2779DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779DB

Black with #2779DB

Text Example


Text Example

White with #2779DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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