Html Css Color HEX #226DDD Royal Blue

📋 copy color: '#226DDD'

red 34 ◦ green 109 ◦ blue 221

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

Shades of Royal Blue #226DDD

Tints of Royal Blue #226DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

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

R = 9.34%
G = 29.95%
B = 60.71%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#226DDD (or 0x226DDD) is known color: Royal Blue. HEX triplet: 22, 6D and DD. RGB value is (34,109,221). Sum of RGB (Red+Green+Blue) = 34+109+221=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #226DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226DDD is #DD9222. Grayscale: #626262. Windows color (decimal): -14520867 or 14511394. OLE color: 14511394.

HSL color Cylindrical-coordinate representation of color #226DDD: hue angle of 215.94º 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 #226DDD is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 109 221 -
CMYK 0.85 0.51 0 0.13
HSL 215.94º 0.73% 0.5% -
HSV(B) 215.94º 0.85% 0.87% -
XYZ 19.18 16.5 70.58 -
YUV 99.34 196.65 81.39 -
System Red Green Blue C M Y K H S L
Decimal 34 109 221 0.85 0.51 0 0.13 215.94 0.73 0.5
Hex 22 6D DD 55 33 0 D D8 49 32
Octal 42 155 335 125 63 0 15 330 111 62
Binary 100010 1101101 11011101 1010101 110011 0 1101 11011000 1001001 110010

Color Harmonies of #226DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226DDD

Black with #226DDD

Text Example


Text Example

White with #226DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226DDD; }

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

 H1.HeaderClassName
 {
   color: #226DDD;
 }
 .AnyTagClassName
 {
   color: #226DDD;
 }
</style>

background-color css

<style>
 a { background-color: #226DDD; }

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

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

border-color css

<style>
 span { border-color: #226DDD; }

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

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