Html Css Color HEX #226EEE Royal Blue

📋 copy color: '#226EEE'

red 34 ◦ green 110 ◦ blue 238

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

Shades of Royal Blue #226EEE

Tints of Royal Blue #226EEE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.8%

 BLUE value IS 238 (93.36% from 255) = 62.3%

R = 8.9%
G = 28.8%
B = 62.3%

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

#226EEE (or 0x226EEE) is known color: Royal Blue. HEX triplet: 22, 6E and EE. RGB value is (34,110,238). Sum of RGB (Red+Green+Blue) = 34+110+238=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #226EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226EEE is #DD9111. Grayscale: #656565. Windows color (decimal): -14520594 or 15625762. OLE color: 15625762.

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

Color convert

RGB 34 110 238 -
CMYK 0.86 0.54 0 0.07
HSL 217.65º 0.86% 0.53% -
HSV(B) 217.65º 0.86% 0.93% -
XYZ 21.67 17.66 83.16 -
YUV 101.87 204.82 79.59 -
System Red Green Blue C M Y K H S L
Decimal 34 110 238 0.86 0.54 0 0.07 217.65 0.86 0.53
Hex 22 6E EE 56 36 0 7 DA 56 35
Octal 42 156 356 126 66 0 7 332 126 65
Binary 100010 1101110 11101110 1010110 110110 0 111 11011010 1010110 110101

Color Harmonies of #226EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226EEE

Black with #226EEE

Text Example


Text Example

White with #226EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,110,238); }

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

background-color css

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

 a { background-color: rgb(34,110,238); }

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

border-color css

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

 span { border-color: rgb(34,110,238); }

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