Html Css Color HEX #226AFB Royal Blue

📋 copy color: '#226AFB'

red 34 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #226AFB

Tints of Royal Blue #226AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 8.7%
G = 27.11%
B = 64.19%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#226AFB (or 0x226AFB) is known color: Royal Blue. HEX triplet: 22, 6A and FB. RGB value is (34,106,251). Sum of RGB (Red+Green+Blue) = 34+106+251=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #226AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226AFB is #DD9504. Grayscale: #646464. Windows color (decimal): -14521605 or 16476706. OLE color: 16476706.

HSL color Cylindrical-coordinate representation of color #226AFB: hue angle of 220.09º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #226AFB is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 106 251 -
CMYK 0.86 0.58 0 0.02
HSL 220.09º 0.96% 0.56% -
HSV(B) 220.09º 0.86% 0.98% -
XYZ 23.23 17.61 93.44 -
YUV 101 212.65 80.21 -
System Red Green Blue C M Y K H S L
Decimal 34 106 251 0.86 0.58 0 0.02 220.09 0.96 0.56
Hex 22 6A FB 56 3A 0 2 DC 60 38
Octal 42 152 373 126 72 0 2 334 140 70
Binary 100010 1101010 11111011 1010110 111010 0 10 11011100 1100000 111000

Color Harmonies of #226AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226AFB

Black with #226AFB

Text Example


Text Example

White with #226AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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