Html Css Color HEX #226FE7 Royal Blue

📋 copy color: '#226FE7'

red 34 ◦ green 111 ◦ blue 231

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

Shades of Royal Blue #226FE7

Tints of Royal Blue #226FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 61.44%

R = 9.04%
G = 29.52%
B = 61.44%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#226FE7 (or 0x226FE7) is known color: Royal Blue. HEX triplet: 22, 6F and E7. RGB value is (34,111,231). Sum of RGB (Red+Green+Blue) = 34+111+231=376 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.04% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 231 (90.62% from 255 or 61.44% from 376); Max value from RGB is 231 - color contains mainly: blue. Hex color #226FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226FE7 is #DD9018. Grayscale: #656565. Windows color (decimal): -14520345 or 15167266. OLE color: 15167266.

HSL color Cylindrical-coordinate representation of color #226FE7: hue angle of 216.55º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226FE7 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 34 111 231 -
CMYK 0.85 0.52 0 0.09
HSL 216.55º 0.8% 0.52% -
HSV(B) 216.55º 0.85% 0.91% -
XYZ 20.77 17.48 77.88 -
YUV 101.66 200.99 79.74 -
System Red Green Blue C M Y K H S L
Decimal 34 111 231 0.85 0.52 0 0.09 216.55 0.8 0.52
Hex 22 6F E7 55 34 0 9 D9 50 34
Octal 42 157 347 125 64 0 11 331 120 64
Binary 100010 1101111 11100111 1010101 110100 0 1001 11011001 1010000 110100

Color Harmonies of #226FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226FE7

Black with #226FE7

Text Example


Text Example

White with #226FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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