Html Css Color HEX #226CE7 Royal Blue

📋 copy color: '#226CE7'

red 34 ◦ green 108 ◦ blue 231

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

Shades of Royal Blue #226CE7

Tints of Royal Blue #226CE7

RGB

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

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

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

R = 9.12%
G = 28.95%
B = 61.93%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#226CE7 (or 0x226CE7) is known color: Royal Blue. HEX triplet: 22, 6C and E7. RGB value is (34,108,231). Sum of RGB (Red+Green+Blue) = 34+108+231=373 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.12% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 231 (90.62% from 255 or 61.93% from 373); Max value from RGB is 231 - color contains mainly: blue. Hex color #226CE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226CE7 is #DD9318. Grayscale: #636363. Windows color (decimal): -14521113 or 15166498. OLE color: 15166498.

HSL color Cylindrical-coordinate representation of color #226CE7: hue angle of 217.46º 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 #226CE7 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 34 108 231 -
CMYK 0.85 0.53 0 0.09
HSL 217.46º 0.8% 0.52% -
HSV(B) 217.46º 0.85% 0.91% -
XYZ 20.45 16.83 77.77 -
YUV 99.9 201.98 81 -
System Red Green Blue C M Y K H S L
Decimal 34 108 231 0.85 0.53 0 0.09 217.46 0.8 0.52
Hex 22 6C E7 55 35 0 9 D9 50 34
Octal 42 154 347 125 65 0 11 331 120 64
Binary 100010 1101100 11100111 1010101 110101 0 1001 11011001 1010000 110100

Color Harmonies of #226CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226CE7

Black with #226CE7

Text Example


Text Example

White with #226CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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