Html Css Color HEX #226CDC Royal Blue

📋 copy color: '#226CDC'

red 34 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #226CDC

Tints of Royal Blue #226CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.77%

R = 9.39%
G = 29.83%
B = 60.77%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#226CDC (or 0x226CDC) is known color: Royal Blue. HEX triplet: 22, 6C and DC. RGB value is (34,108,220). Sum of RGB (Red+Green+Blue) = 34+108+220=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #226CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226CDC is #DD9323. Grayscale: #626262. Windows color (decimal): -14521124 or 14445602. OLE color: 14445602.

HSL color Cylindrical-coordinate representation of color #226CDC: hue angle of 216.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226CDC is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 108 220 -
CMYK 0.85 0.51 0 0.14
HSL 216.13º 0.73% 0.5% -
HSV(B) 216.13º 0.85% 0.86% -
XYZ 18.94 16.23 69.85 -
YUV 98.64 196.48 81.89 -
System Red Green Blue C M Y K H S L
Decimal 34 108 220 0.85 0.51 0 0.14 216.13 0.73 0.5
Hex 22 6C DC 55 33 0 E D8 49 32
Octal 42 154 334 125 63 0 16 330 111 62
Binary 100010 1101100 11011100 1010101 110011 0 1110 11011000 1001001 110010

Color Harmonies of #226CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226CDC

Black with #226CDC

Text Example


Text Example

White with #226CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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