Html Css Color HEX #226ADB Royal Blue

📋 copy color: '#226ADB'

red 34 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #226ADB

Tints of Royal Blue #226ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61%

R = 9.47%
G = 29.53%
B = 61%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#226ADB (or 0x226ADB) is known color: Royal Blue. HEX triplet: 22, 6A and DB. RGB value is (34,106,219). Sum of RGB (Red+Green+Blue) = 34+106+219=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #226ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226ADB is #DD9524. Grayscale: #606060. Windows color (decimal): -14521637 or 14379554. OLE color: 14379554.

HSL color Cylindrical-coordinate representation of color #226ADB: hue angle of 216.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #226ADB is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 106 219 -
CMYK 0.84 0.52 0 0.14
HSL 216.65º 0.73% 0.5% -
HSV(B) 216.65º 0.84% 0.86% -
XYZ 18.6 15.76 69.08 -
YUV 97.35 196.65 82.81 -
System Red Green Blue C M Y K H S L
Decimal 34 106 219 0.84 0.52 0 0.14 216.65 0.73 0.5
Hex 22 6A DB 54 34 0 E D9 49 32
Octal 42 152 333 124 64 0 16 331 111 62
Binary 100010 1101010 11011011 1010100 110100 0 1110 11011001 1001001 110010

Color Harmonies of #226ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226ADB

Black with #226ADB

Text Example


Text Example

White with #226ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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