Html Css Color HEX #227ADC Royal Blue

📋 copy color: '#227ADC'

red 34 ◦ green 122 ◦ blue 220

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

Shades of Royal Blue #227ADC

Tints of Royal Blue #227ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

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

R = 9.04%
G = 32.45%
B = 58.51%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#227ADC (or 0x227ADC) is known color: Royal Blue. HEX triplet: 22, 7A and DC. RGB value is (34,122,220). Sum of RGB (Red+Green+Blue) = 34+122+220=376 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.04% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #227ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227ADC is #DD8523. Grayscale: #6A6A6A. Windows color (decimal): -14517540 or 14449186. OLE color: 14449186.

HSL color Cylindrical-coordinate representation of color #227ADC: hue angle of 211.61º 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 #227ADC is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 122 220 -
CMYK 0.85 0.45 0 0.14
HSL 211.61º 0.73% 0.5% -
HSV(B) 211.61º 0.85% 0.86% -
XYZ 20.54 19.43 70.38 -
YUV 106.86 191.85 76.03 -
System Red Green Blue C M Y K H S L
Decimal 34 122 220 0.85 0.45 0 0.14 211.61 0.73 0.5
Hex 22 7A DC 55 2D 0 E D4 49 32
Octal 42 172 334 125 55 0 16 324 111 62
Binary 100010 1111010 11011100 1010101 101101 0 1110 11010100 1001001 110010

Color Harmonies of #227ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227ADC

Black with #227ADC

Text Example


Text Example

White with #227ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227ADC; }

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

 H1.HeaderClassName
 {
   color: #227ADC;
 }
 .AnyTagClassName
 {
   color: #227ADC;
 }
</style>

background-color css

<style>
 a { background-color: #227ADC; }

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

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

border-color css

<style>
 span { border-color: #227ADC; }

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

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