Html Css Color HEX #226CE6 Royal Blue

📋 copy color: '#226CE6'

red 34 ◦ green 108 ◦ blue 230

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

Shades of Royal Blue #226CE6

Tints of Royal Blue #226CE6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.03%

 BLUE value IS 230 (90.23% from 255) = 61.83%

R = 9.14%
G = 29.03%
B = 61.83%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#226CE6 (or 0x226CE6) is known color: Royal Blue. HEX triplet: 22, 6C and E6. RGB value is (34,108,230). Sum of RGB (Red+Green+Blue) = 34+108+230=372 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.14% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #226CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226CE6 is #DD9319. Grayscale: #636363. Windows color (decimal): -14521114 or 15100962. OLE color: 15100962.

HSL color Cylindrical-coordinate representation of color #226CE6: hue angle of 217.35º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226CE6 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 34 108 230 -
CMYK 0.85 0.53 0 0.10
HSL 217.35º 0.8% 0.52% -
HSV(B) 217.35º 0.85% 0.9% -
XYZ 20.31 16.78 77.03 -
YUV 99.78 201.48 81.08 -
System Red Green Blue C M Y K H S L
Decimal 34 108 230 0.85 0.53 0 0.10 217.35 0.8 0.52
Hex 22 6C E6 55 35 0 A D9 50 34
Octal 42 154 346 125 65 0 12 331 120 64
Binary 100010 1101100 11100110 1010101 110101 0 1010 11011001 1010000 110100

Color Harmonies of #226CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226CE6

Black with #226CE6

Text Example


Text Example

White with #226CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,108,230); }

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

background-color css

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

 a { background-color: rgb(34,108,230); }

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

border-color css

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

 span { border-color: rgb(34,108,230); }

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