Html Css Color HEX #226FEF Royal Blue

📋 copy color: '#226FEF'

red 34 ◦ green 111 ◦ blue 239

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

Shades of Royal Blue #226FEF

Tints of Royal Blue #226FEF

RGB

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

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

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

R = 8.85%
G = 28.91%
B = 62.24%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#226FEF (or 0x226FEF) is known color: Royal Blue. HEX triplet: 22, 6F and EF. RGB value is (34,111,239). Sum of RGB (Red+Green+Blue) = 34+111+239=384 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.85% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #226FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226FEF is #DD9010. Grayscale: #656565. Windows color (decimal): -14520337 or 15691554. OLE color: 15691554.

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

Color convert

RGB 34 111 239 -
CMYK 0.86 0.54 0 0.06
HSL 217.46º 0.86% 0.54% -
HSV(B) 217.46º 0.86% 0.94% -
XYZ 21.92 17.94 83.97 -
YUV 102.57 204.99 79.09 -
System Red Green Blue C M Y K H S L
Decimal 34 111 239 0.86 0.54 0 0.06 217.46 0.86 0.54
Hex 22 6F EF 56 36 0 6 D9 56 36
Octal 42 157 357 126 66 0 6 331 126 66
Binary 100010 1101111 11101111 1010110 110110 0 110 11011001 1010110 110110

Color Harmonies of #226FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226FEF

Black with #226FEF

Text Example


Text Example

White with #226FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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