Html Css Color HEX #2273DD Royal Blue

📋 copy color: '#2273DD'

red 34 ◦ green 115 ◦ blue 221

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

Shades of Royal Blue #2273DD

Tints of Royal Blue #2273DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 9.19%
G = 31.08%
B = 59.73%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2273DD (or 0x2273DD) is known color: Royal Blue. HEX triplet: 22, 73 and DD. RGB value is (34,115,221). Sum of RGB (Red+Green+Blue) = 34+115+221=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #2273DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2273DD is #DD8C22. Grayscale: #666666. Windows color (decimal): -14519331 or 14512930. OLE color: 14512930.

HSL color Cylindrical-coordinate representation of color #2273DD: hue angle of 214.01º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2273DD is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 115 221 -
CMYK 0.85 0.48 0 0.13
HSL 214.01º 0.73% 0.5% -
HSV(B) 214.01º 0.85% 0.87% -
XYZ 19.84 17.82 70.8 -
YUV 102.87 194.66 78.88 -
System Red Green Blue C M Y K H S L
Decimal 34 115 221 0.85 0.48 0 0.13 214.01 0.73 0.5
Hex 22 73 DD 55 30 0 D D6 49 32
Octal 42 163 335 125 60 0 15 326 111 62
Binary 100010 1110011 11011101 1010101 110000 0 1101 11010110 1001001 110010

Color Harmonies of #2273DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2273DD

Black with #2273DD

Text Example


Text Example

White with #2273DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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