Html Css Color HEX #226BF6 Royal Blue

📋 copy color: '#226BF6'

red 34 ◦ green 107 ◦ blue 246

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

Shades of Royal Blue #226BF6

Tints of Royal Blue #226BF6

RGB

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

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

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

R = 8.79%
G = 27.65%
B = 63.57%

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

#226BF6 (or 0x226BF6) is known color: Royal Blue. HEX triplet: 22, 6B and F6. RGB value is (34,107,246). Sum of RGB (Red+Green+Blue) = 34+107+246=387 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.79% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #226BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226BF6 is #DD9409. Grayscale: #646464. Windows color (decimal): -14521354 or 16149282. OLE color: 16149282.

HSL color Cylindrical-coordinate representation of color #226BF6: hue angle of 219.34º 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 #226BF6 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 34 107 246 -
CMYK 0.86 0.57 0 0.04
HSL 219.34º 0.92% 0.55% -
HSV(B) 219.34º 0.86% 0.96% -
XYZ 22.55 17.51 89.38 -
YUV 101.02 209.82 80.2 -
System Red Green Blue C M Y K H S L
Decimal 34 107 246 0.86 0.57 0 0.04 219.34 0.92 0.55
Hex 22 6B F6 56 39 0 4 DB 5C 37
Octal 42 153 366 126 71 0 4 333 134 67
Binary 100010 1101011 11110110 1010110 111001 0 100 11011011 1011100 110111

Color Harmonies of #226BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226BF6

Black with #226BF6

Text Example


Text Example

White with #226BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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