Html Css Color HEX #2279DC Royal Blue

📋 copy color: '#2279DC'

red 34 ◦ green 121 ◦ blue 220

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

Shades of Royal Blue #2279DC

Tints of Royal Blue #2279DC

RGB

 RED value IS 34 (13.67% from 255) = 9.07%

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

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

R = 9.07%
G = 32.27%
B = 58.67%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2279DC (or 0x2279DC) is known color: Royal Blue. HEX triplet: 22, 79 and DC. RGB value is (34,121,220). Sum of RGB (Red+Green+Blue) = 34+121+220=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #2279DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2279DC is #DD8623. Grayscale: #696969. Windows color (decimal): -14517796 or 14448930. OLE color: 14448930.

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

Color convert

RGB 34 121 220 -
CMYK 0.85 0.45 0 0.14
HSL 211.94º 0.73% 0.5% -
HSV(B) 211.94º 0.85% 0.86% -
XYZ 20.42 19.18 70.34 -
YUV 106.27 192.18 76.45 -
System Red Green Blue C M Y K H S L
Decimal 34 121 220 0.85 0.45 0 0.14 211.94 0.73 0.5
Hex 22 79 DC 55 2D 0 E D4 49 32
Octal 42 171 334 125 55 0 16 324 111 62
Binary 100010 1111001 11011100 1010101 101101 0 1110 11010100 1001001 110010

Color Harmonies of #2279DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2279DC

Black with #2279DC

Text Example


Text Example

White with #2279DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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