Html Css Color HEX #226CF1 Royal Blue

📋 copy color: '#226CF1'

red 34 ◦ green 108 ◦ blue 241

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

Shades of Royal Blue #226CF1

Tints of Royal Blue #226CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

 BLUE value IS 241 (94.53% from 255) = 62.92%

R = 8.88%
G = 28.2%
B = 62.92%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#226CF1 (or 0x226CF1) is known color: Royal Blue. HEX triplet: 22, 6C and F1. RGB value is (34,108,241). Sum of RGB (Red+Green+Blue) = 34+108+241=383 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.88% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #226CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226CF1 is #DD930E. Grayscale: #646464. Windows color (decimal): -14521103 or 15821858. OLE color: 15821858.

HSL color Cylindrical-coordinate representation of color #226CF1: hue angle of 218.55º degrees, saturation: 0.88, 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 #226CF1 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 34 108 241 -
CMYK 0.86 0.55 0 0.05
HSL 218.55º 0.88% 0.54% -
HSV(B) 218.55º 0.86% 0.95% -
XYZ 21.9 17.42 85.43 -
YUV 101.04 206.98 80.19 -
System Red Green Blue C M Y K H S L
Decimal 34 108 241 0.86 0.55 0 0.05 218.55 0.88 0.54
Hex 22 6C F1 56 37 0 5 DB 58 36
Octal 42 154 361 126 67 0 5 333 130 66
Binary 100010 1101100 11110001 1010110 110111 0 101 11011011 1011000 110110

Color Harmonies of #226CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226CF1

Black with #226CF1

Text Example


Text Example

White with #226CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,108,241); }

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

background-color css

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

 a { background-color: rgb(34,108,241); }

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

border-color css

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

 span { border-color: rgb(34,108,241); }

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