Html Css Color HEX #226BDF Royal Blue

📋 copy color: '#226BDF'

red 34 ◦ green 107 ◦ blue 223

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

Shades of Royal Blue #226BDF

Tints of Royal Blue #226BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 9.34%
G = 29.4%
B = 61.26%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#226BDF (or 0x226BDF) is known color: Royal Blue. HEX triplet: 22, 6B and DF. RGB value is (34,107,223). Sum of RGB (Red+Green+Blue) = 34+107+223=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #226BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226BDF is #DD9420. Grayscale: #616161. Windows color (decimal): -14521377 or 14641954. OLE color: 14641954.

HSL color Cylindrical-coordinate representation of color #226BDF: hue angle of 216.83º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226BDF is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 107 223 -
CMYK 0.85 0.52 0 0.13
HSL 216.83º 0.75% 0.5% -
HSV(B) 216.83º 0.85% 0.87% -
XYZ 19.24 16.18 71.92 -
YUV 98.4 198.32 82.07 -
System Red Green Blue C M Y K H S L
Decimal 34 107 223 0.85 0.52 0 0.13 216.83 0.75 0.5
Hex 22 6B DF 55 34 0 D D9 4B 32
Octal 42 153 337 125 64 0 15 331 113 62
Binary 100010 1101011 11011111 1010101 110100 0 1101 11011001 1001011 110010

Color Harmonies of #226BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226BDF

Black with #226BDF

Text Example


Text Example

White with #226BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,107,223); }

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

background-color css

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

 a { background-color: rgb(34,107,223); }

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

border-color css

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

 span { border-color: rgb(34,107,223); }

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