Html Css Color HEX #2276DC Royal Blue

📋 copy color: '#2276DC'

red 34 ◦ green 118 ◦ blue 220

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

Shades of Royal Blue #2276DC

Tints of Royal Blue #2276DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.72%

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

R = 9.14%
G = 31.72%
B = 59.14%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2276DC (or 0x2276DC) is known color: Royal Blue. HEX triplet: 22, 76 and DC. RGB value is (34,118,220). Sum of RGB (Red+Green+Blue) = 34+118+220=372 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.14% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #2276DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2276DC is #DD8923. Grayscale: #686868. Windows color (decimal): -14518564 or 14448162. OLE color: 14448162.

HSL color Cylindrical-coordinate representation of color #2276DC: hue angle of 212.9º 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 #2276DC is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 118 220 -
CMYK 0.85 0.46 0 0.14
HSL 212.9º 0.73% 0.5% -
HSV(B) 212.9º 0.85% 0.86% -
XYZ 20.06 18.46 70.22 -
YUV 104.51 193.17 77.71 -
System Red Green Blue C M Y K H S L
Decimal 34 118 220 0.85 0.46 0 0.14 212.9 0.73 0.5
Hex 22 76 DC 55 2E 0 E D5 49 32
Octal 42 166 334 125 56 0 16 325 111 62
Binary 100010 1110110 11011100 1010101 101110 0 1110 11010101 1001001 110010

Color Harmonies of #2276DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2276DC

Black with #2276DC

Text Example


Text Example

White with #2276DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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