Html Css Color HEX #226AF4 Royal Blue

📋 copy color: '#226AF4'

red 34 ◦ green 106 ◦ blue 244

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

Shades of Royal Blue #226AF4

Tints of Royal Blue #226AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 63.54%

R = 8.85%
G = 27.6%
B = 63.54%

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

#226AF4 (or 0x226AF4) is known color: Royal Blue. HEX triplet: 22, 6A and F4. RGB value is (34,106,244). Sum of RGB (Red+Green+Blue) = 34+106+244=384 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.85% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 244 (95.70% from 255 or 63.54% from 384); Max value from RGB is 244 - color contains mainly: blue. Hex color #226AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226AF4 is #DD950B. Grayscale: #636363. Windows color (decimal): -14521612 or 16017954. OLE color: 16017954.

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

Color convert

RGB 34 106 244 -
CMYK 0.86 0.57 0 0.04
HSL 219.43º 0.91% 0.55% -
HSV(B) 219.43º 0.86% 0.96% -
XYZ 22.14 17.18 87.74 -
YUV 100.2 209.15 80.78 -
System Red Green Blue C M Y K H S L
Decimal 34 106 244 0.86 0.57 0 0.04 219.43 0.91 0.55
Hex 22 6A F4 56 39 0 4 DB 5B 37
Octal 42 152 364 126 71 0 4 333 133 67
Binary 100010 1101010 11110100 1010110 111001 0 100 11011011 1011011 110111

Color Harmonies of #226AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226AF4

Black with #226AF4

Text Example


Text Example

White with #226AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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