Html Css Color HEX #226AF6 Royal Blue

📋 copy color: '#226AF6'

red 34 ◦ green 106 ◦ blue 246

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

Shades of Royal Blue #226AF6

Tints of Royal Blue #226AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 63.73%

R = 8.81%
G = 27.46%
B = 63.73%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#226AF6 (or 0x226AF6) is known color: Royal Blue. HEX triplet: 22, 6A and F6. RGB value is (34,106,246). Sum of RGB (Red+Green+Blue) = 34+106+246=386 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.81% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 246 (96.48% from 255 or 63.73% from 386); Max value from RGB is 246 - color contains mainly: blue. Hex color #226AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226AF6 is #DD9509. Grayscale: #636363. Windows color (decimal): -14521610 or 16149026. OLE color: 16149026.

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

Color convert

RGB 34 106 246 -
CMYK 0.86 0.57 0 0.04
HSL 219.62º 0.92% 0.55% -
HSV(B) 219.62º 0.86% 0.96% -
XYZ 22.45 17.3 89.35 -
YUV 100.43 210.15 80.62 -
System Red Green Blue C M Y K H S L
Decimal 34 106 246 0.86 0.57 0 0.04 219.62 0.92 0.55
Hex 22 6A F6 56 39 0 4 DC 5C 37
Octal 42 152 366 126 71 0 4 334 134 67
Binary 100010 1101010 11110110 1010110 111001 0 100 11011100 1011100 110111

Color Harmonies of #226AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226AF6

Black with #226AF6

Text Example


Text Example

White with #226AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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