Html Css Color HEX #226FE0 Royal Blue

📋 copy color: '#226FE0'

red 34 ◦ green 111 ◦ blue 224

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

Shades of Royal Blue #226FE0

Tints of Royal Blue #226FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.7%

R = 9.21%
G = 30.08%
B = 60.7%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#226FE0 (or 0x226FE0) is known color: Royal Blue. HEX triplet: 22, 6F and E0. RGB value is (34,111,224). Sum of RGB (Red+Green+Blue) = 34+111+224=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #226FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226FE0 is #DD901F. Grayscale: #646464. Windows color (decimal): -14520352 or 14708514. OLE color: 14708514.

HSL color Cylindrical-coordinate representation of color #226FE0: hue angle of 215.68º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226FE0 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 111 224 -
CMYK 0.85 0.50 0 0.12
HSL 215.68º 0.75% 0.51% -
HSV(B) 215.68º 0.85% 0.88% -
XYZ 19.8 17.09 72.78 -
YUV 100.86 197.49 80.31 -
System Red Green Blue C M Y K H S L
Decimal 34 111 224 0.85 0.50 0 0.12 215.68 0.75 0.51
Hex 22 6F E0 55 32 0 C D8 4B 33
Octal 42 157 340 125 62 0 14 330 113 63
Binary 100010 1101111 11100000 1010101 110010 0 1100 11011000 1001011 110011

Color Harmonies of #226FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226FE0

Black with #226FE0

Text Example


Text Example

White with #226FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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