Html Css Color HEX #226FF2 Royal Blue

📋 copy color: '#226FF2'

red 34 ◦ green 111 ◦ blue 242

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

Shades of Royal Blue #226FF2

Tints of Royal Blue #226FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

 BLUE value IS 242 (94.92% from 255) = 62.53%

R = 8.79%
G = 28.68%
B = 62.53%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#226FF2 (or 0x226FF2) is known color: Royal Blue. HEX triplet: 22, 6F and F2. RGB value is (34,111,242). Sum of RGB (Red+Green+Blue) = 34+111+242=387 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.79% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #226FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226FF2 is #DD900D. Grayscale: #666666. Windows color (decimal): -14520334 or 15888162. OLE color: 15888162.

HSL color Cylindrical-coordinate representation of color #226FF2: hue angle of 217.79º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #226FF2 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 34 111 242 -
CMYK 0.86 0.54 0 0.05
HSL 217.79º 0.89% 0.54% -
HSV(B) 217.79º 0.86% 0.95% -
XYZ 22.37 18.12 86.32 -
YUV 102.91 206.49 78.85 -
System Red Green Blue C M Y K H S L
Decimal 34 111 242 0.86 0.54 0 0.05 217.79 0.89 0.54
Hex 22 6F F2 56 36 0 5 DA 59 36
Octal 42 157 362 126 66 0 5 332 131 66
Binary 100010 1101111 11110010 1010110 110110 0 101 11011010 1011001 110110

Color Harmonies of #226FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226FF2

Black with #226FF2

Text Example


Text Example

White with #226FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,111,242); }

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

background-color css

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

 a { background-color: rgb(34,111,242); }

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

border-color css

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

 span { border-color: rgb(34,111,242); }

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