Html Css Color HEX #226ADD Royal Blue

📋 copy color: '#226ADD'

red 34 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #226ADD

Tints of Royal Blue #226ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

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

R = 9.42%
G = 29.36%
B = 61.22%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#226ADD (or 0x226ADD) is known color: Royal Blue. HEX triplet: 22, 6A and DD. RGB value is (34,106,221). Sum of RGB (Red+Green+Blue) = 34+106+221=361 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.42% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #226ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226ADD is #DD9522. Grayscale: #616161. Windows color (decimal): -14521635 or 14510626. OLE color: 14510626.

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

Color convert

RGB 34 106 221 -
CMYK 0.85 0.52 0 0.13
HSL 216.9º 0.73% 0.5% -
HSV(B) 216.9º 0.85% 0.87% -
XYZ 18.86 15.87 70.48 -
YUV 97.58 197.65 82.65 -
System Red Green Blue C M Y K H S L
Decimal 34 106 221 0.85 0.52 0 0.13 216.9 0.73 0.5
Hex 22 6A DD 55 34 0 D D9 49 32
Octal 42 152 335 125 64 0 15 331 111 62
Binary 100010 1101010 11011101 1010101 110100 0 1101 11011001 1001001 110010

Color Harmonies of #226ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226ADD

Black with #226ADD

Text Example


Text Example

White with #226ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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