Html Css Color HEX #226AEB Royal Blue

📋 copy color: '#226AEB'

red 34 ◦ green 106 ◦ blue 235

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

Shades of Royal Blue #226AEB

Tints of Royal Blue #226AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.67%

R = 9.07%
G = 28.27%
B = 62.67%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#226AEB (or 0x226AEB) is known color: Royal Blue. HEX triplet: 22, 6A and EB. RGB value is (34,106,235). Sum of RGB (Red+Green+Blue) = 34+106+235=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #226AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226AEB is #DD9514. Grayscale: #626262. Windows color (decimal): -14521621 or 15428130. OLE color: 15428130.

HSL color Cylindrical-coordinate representation of color #226AEB: hue angle of 218.51º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #226AEB is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 106 235 -
CMYK 0.86 0.55 0 0.08
HSL 218.51º 0.83% 0.53% -
HSV(B) 218.51º 0.86% 0.92% -
XYZ 20.81 16.65 80.71 -
YUV 99.18 204.65 81.51 -
System Red Green Blue C M Y K H S L
Decimal 34 106 235 0.86 0.55 0 0.08 218.51 0.83 0.53
Hex 22 6A EB 56 37 0 8 DB 53 35
Octal 42 152 353 126 67 0 10 333 123 65
Binary 100010 1101010 11101011 1010110 110111 0 1000 11011011 1010011 110101

Color Harmonies of #226AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226AEB

Black with #226AEB

Text Example


Text Example

White with #226AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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