Html Css Color HEX #226BDE Royal Blue

📋 copy color: '#226BDE'

red 34 ◦ green 107 ◦ blue 222

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

Shades of Royal Blue #226BDE

Tints of Royal Blue #226BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

 BLUE value IS 222 (87.11% from 255) = 61.16%

R = 9.37%
G = 29.48%
B = 61.16%

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

#226BDE (or 0x226BDE) is known color: Royal Blue. HEX triplet: 22, 6B and DE. RGB value is (34,107,222). Sum of RGB (Red+Green+Blue) = 34+107+222=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #226BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226BDE is #DD9421. Grayscale: #616161. Windows color (decimal): -14521378 or 14576418. OLE color: 14576418.

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

Color convert

RGB 34 107 222 -
CMYK 0.85 0.52 0 0.13
HSL 216.7º 0.74% 0.5% -
HSV(B) 216.7º 0.85% 0.87% -
XYZ 19.1 16.13 71.21 -
YUV 98.28 197.82 82.15 -
System Red Green Blue C M Y K H S L
Decimal 34 107 222 0.85 0.52 0 0.13 216.7 0.74 0.5
Hex 22 6B DE 55 34 0 D D9 4A 32
Octal 42 153 336 125 64 0 15 331 112 62
Binary 100010 1101011 11011110 1010101 110100 0 1101 11011001 1001010 110010

Color Harmonies of #226BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226BDE

Black with #226BDE

Text Example


Text Example

White with #226BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,107,222); }

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

background-color css

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

 a { background-color: rgb(34,107,222); }

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

border-color css

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

 span { border-color: rgb(34,107,222); }

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