Html Css Color HEX #226FEC Royal Blue

📋 copy color: '#226FEC'

red 34 ◦ green 111 ◦ blue 236

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

Shades of Royal Blue #226FEC

Tints of Royal Blue #226FEC

RGB

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

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

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

R = 8.92%
G = 29.13%
B = 61.94%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#226FEC (or 0x226FEC) is known color: Royal Blue. HEX triplet: 22, 6F and EC. RGB value is (34,111,236). Sum of RGB (Red+Green+Blue) = 34+111+236=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #226FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226FEC is #DD9013. Grayscale: #656565. Windows color (decimal): -14520340 or 15494946. OLE color: 15494946.

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

Color convert

RGB 34 111 236 -
CMYK 0.86 0.53 0 0.07
HSL 217.13º 0.84% 0.53% -
HSV(B) 217.13º 0.86% 0.93% -
XYZ 21.48 17.77 81.65 -
YUV 102.23 203.49 79.34 -
System Red Green Blue C M Y K H S L
Decimal 34 111 236 0.86 0.53 0 0.07 217.13 0.84 0.53
Hex 22 6F EC 56 35 0 7 D9 54 35
Octal 42 157 354 126 65 0 7 331 124 65
Binary 100010 1101111 11101100 1010110 110101 0 111 11011001 1010100 110101

Color Harmonies of #226FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226FEC

Black with #226FEC

Text Example


Text Example

White with #226FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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