Html Css Color HEX #226CEF Royal Blue

📋 copy color: '#226CEF'

red 34 ◦ green 108 ◦ blue 239

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

Shades of Royal Blue #226CEF

Tints of Royal Blue #226CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.73%

R = 8.92%
G = 28.35%
B = 62.73%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#226CEF (or 0x226CEF) is known color: Royal Blue. HEX triplet: 22, 6C and EF. RGB value is (34,108,239). Sum of RGB (Red+Green+Blue) = 34+108+239=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #226CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226CEF is #DD9310. Grayscale: #646464. Windows color (decimal): -14521105 or 15690786. OLE color: 15690786.

HSL color Cylindrical-coordinate representation of color #226CEF: hue angle of 218.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #226CEF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 108 239 -
CMYK 0.86 0.55 0 0.06
HSL 218.34º 0.86% 0.54% -
HSV(B) 218.34º 0.86% 0.94% -
XYZ 21.6 17.3 83.86 -
YUV 100.81 205.98 80.35 -
System Red Green Blue C M Y K H S L
Decimal 34 108 239 0.86 0.55 0 0.06 218.34 0.86 0.54
Hex 22 6C EF 56 37 0 6 DA 56 36
Octal 42 154 357 126 67 0 6 332 126 66
Binary 100010 1101100 11101111 1010110 110111 0 110 11011010 1010110 110110

Color Harmonies of #226CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226CEF

Black with #226CEF

Text Example


Text Example

White with #226CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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