Html Css Color HEX #226FF1 Royal Blue

📋 copy color: '#226FF1'

red 34 ◦ green 111 ◦ blue 241

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

Shades of Royal Blue #226FF1

Tints of Royal Blue #226FF1

RGB

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

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

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

R = 8.81%
G = 28.76%
B = 62.44%

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

#226FF1 (or 0x226FF1) is known color: Royal Blue. HEX triplet: 22, 6F and F1. RGB value is (34,111,241). Sum of RGB (Red+Green+Blue) = 34+111+241=386 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.81% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #226FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226FF1 is #DD900E. Grayscale: #666666. Windows color (decimal): -14520335 or 15822626. OLE color: 15822626.

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

Color convert

RGB 34 111 241 -
CMYK 0.86 0.54 0 0.05
HSL 217.68º 0.88% 0.54% -
HSV(B) 217.68º 0.86% 0.95% -
XYZ 22.22 18.06 85.53 -
YUV 102.8 205.99 78.93 -
System Red Green Blue C M Y K H S L
Decimal 34 111 241 0.86 0.54 0 0.05 217.68 0.88 0.54
Hex 22 6F F1 56 36 0 5 DA 58 36
Octal 42 157 361 126 66 0 5 332 130 66
Binary 100010 1101111 11110001 1010110 110110 0 101 11011010 1011000 110110

Color Harmonies of #226FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226FF1

Black with #226FF1

Text Example


Text Example

White with #226FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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