Html Css Color HEX #2273DC Royal Blue

📋 copy color: '#2273DC'

red 34 ◦ green 115 ◦ blue 220

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

Shades of Royal Blue #2273DC

Tints of Royal Blue #2273DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.17%

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

R = 9.21%
G = 31.17%
B = 59.62%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2273DC (or 0x2273DC) is known color: Royal Blue. HEX triplet: 22, 73 and DC. RGB value is (34,115,220). Sum of RGB (Red+Green+Blue) = 34+115+220=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #2273DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2273DC is #DD8C23. Grayscale: #666666. Windows color (decimal): -14519332 or 14447394. OLE color: 14447394.

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

Color convert

RGB 34 115 220 -
CMYK 0.85 0.48 0 0.14
HSL 213.87º 0.73% 0.5% -
HSV(B) 213.87º 0.85% 0.86% -
XYZ 19.71 17.77 70.1 -
YUV 102.75 194.16 78.96 -
System Red Green Blue C M Y K H S L
Decimal 34 115 220 0.85 0.48 0 0.14 213.87 0.73 0.5
Hex 22 73 DC 55 30 0 E D6 49 32
Octal 42 163 334 125 60 0 16 326 111 62
Binary 100010 1110011 11011100 1010101 110000 0 1110 11010110 1001001 110010

Color Harmonies of #2273DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2273DC

Black with #2273DC

Text Example


Text Example

White with #2273DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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