Html Css Color HEX #226EDE Royal Blue

📋 copy color: '#226EDE'

red 34 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #226EDE

Tints of Royal Blue #226EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

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

R = 9.29%
G = 30.05%
B = 60.66%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#226EDE (or 0x226EDE) is known color: Royal Blue. HEX triplet: 22, 6E and DE. RGB value is (34,110,222). Sum of RGB (Red+Green+Blue) = 34+110+222=366 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.29% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #226EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226EDE is #DD9121. Grayscale: #636363. Windows color (decimal): -14520610 or 14577186. OLE color: 14577186.

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

Color convert

RGB 34 110 222 -
CMYK 0.85 0.50 0 0.13
HSL 215.74º 0.74% 0.5% -
HSV(B) 215.74º 0.85% 0.87% -
XYZ 19.42 16.77 71.32 -
YUV 100.04 196.82 80.89 -
System Red Green Blue C M Y K H S L
Decimal 34 110 222 0.85 0.50 0 0.13 215.74 0.74 0.5
Hex 22 6E DE 55 32 0 D D8 4A 32
Octal 42 156 336 125 62 0 15 330 112 62
Binary 100010 1101110 11011110 1010101 110010 0 1101 11011000 1001010 110010

Color Harmonies of #226EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226EDE

Black with #226EDE

Text Example


Text Example

White with #226EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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