Html Css Color HEX #226CEC Royal Blue

📋 copy color: '#226CEC'

red 34 ◦ green 108 ◦ blue 236

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

Shades of Royal Blue #226CEC

Tints of Royal Blue #226CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.43%

R = 8.99%
G = 28.57%
B = 62.43%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#226CEC (or 0x226CEC) is known color: Royal Blue. HEX triplet: 22, 6C and EC. RGB value is (34,108,236). Sum of RGB (Red+Green+Blue) = 34+108+236=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #226CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226CEC is #DD9313. Grayscale: #636363. Windows color (decimal): -14521108 or 15494178. OLE color: 15494178.

HSL color Cylindrical-coordinate representation of color #226CEC: hue angle of 218.02º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #226CEC is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 108 236 -
CMYK 0.86 0.54 0 0.07
HSL 218.02º 0.84% 0.53% -
HSV(B) 218.02º 0.86% 0.93% -
XYZ 21.16 17.12 81.55 -
YUV 100.47 204.48 80.59 -
System Red Green Blue C M Y K H S L
Decimal 34 108 236 0.86 0.54 0 0.07 218.02 0.84 0.53
Hex 22 6C EC 56 36 0 7 DA 54 35
Octal 42 154 354 126 66 0 7 332 124 65
Binary 100010 1101100 11101100 1010110 110110 0 111 11011010 1010100 110101

Color Harmonies of #226CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226CEC

Black with #226CEC

Text Example


Text Example

White with #226CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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