Html Css Color HEX #226FDD Royal Blue

📋 copy color: '#226FDD'

red 34 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #226FDD

Tints of Royal Blue #226FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 9.29%
G = 30.33%
B = 60.38%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#226FDD (or 0x226FDD) is known color: Royal Blue. HEX triplet: 22, 6F and DD. RGB value is (34,111,221). Sum of RGB (Red+Green+Blue) = 34+111+221=366 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.29% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #226FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226FDD is #DD9022. Grayscale: #646464. Windows color (decimal): -14520355 or 14511906. OLE color: 14511906.

HSL color Cylindrical-coordinate representation of color #226FDD: hue angle of 215.29º degrees, saturation: 0.73, 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 #226FDD is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 111 221 -
CMYK 0.85 0.50 0 0.13
HSL 215.29º 0.73% 0.5% -
HSV(B) 215.29º 0.85% 0.87% -
XYZ 19.4 16.93 70.65 -
YUV 100.52 195.99 80.56 -
System Red Green Blue C M Y K H S L
Decimal 34 111 221 0.85 0.50 0 0.13 215.29 0.73 0.5
Hex 22 6F DD 55 32 0 D D7 49 32
Octal 42 157 335 125 62 0 15 327 111 62
Binary 100010 1101111 11011101 1010101 110010 0 1101 11010111 1001001 110010

Color Harmonies of #226FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226FDD

Black with #226FDD

Text Example


Text Example

White with #226FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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