Html Css Color HEX #226EDC Royal Blue

📋 copy color: '#226EDC'

red 34 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #226EDC

Tints of Royal Blue #226EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.44%

R = 9.34%
G = 30.22%
B = 60.44%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#226EDC (or 0x226EDC) is known color: Royal Blue. HEX triplet: 22, 6E and DC. RGB value is (34,110,220). Sum of RGB (Red+Green+Blue) = 34+110+220=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #226EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226EDC is #DD9123. Grayscale: #636363. Windows color (decimal): -14520612 or 14446114. OLE color: 14446114.

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

Color convert

RGB 34 110 220 -
CMYK 0.85 0.50 0 0.14
HSL 215.48º 0.73% 0.5% -
HSV(B) 215.48º 0.85% 0.86% -
XYZ 19.15 16.66 69.92 -
YUV 99.82 195.82 81.06 -
System Red Green Blue C M Y K H S L
Decimal 34 110 220 0.85 0.50 0 0.14 215.48 0.73 0.5
Hex 22 6E DC 55 32 0 E D7 49 32
Octal 42 156 334 125 62 0 16 327 111 62
Binary 100010 1101110 11011100 1010101 110010 0 1110 11010111 1001001 110010

Color Harmonies of #226EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226EDC

Black with #226EDC

Text Example


Text Example

White with #226EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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