Html Css Color HEX #225AFF Royal Blue

📋 copy color: '#225AFF'

red 34 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #225AFF

Tints of Royal Blue #225AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

 BLUE value IS 255 (100% from 255) = 67.28%

R = 8.97%
G = 23.75%
B = 67.28%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#225AFF (or 0x225AFF) is known color: Royal Blue. HEX triplet: 22, 5A and FF. RGB value is (34,90,255). Sum of RGB (Red+Green+Blue) = 34+90+255=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #225AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225AFF is #DDA500. Grayscale: #5B5B5B. Windows color (decimal): -14525697 or 16734754. OLE color: 16734754.

HSL color Cylindrical-coordinate representation of color #225AFF: hue angle of 224.8º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #225AFF is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 34 90 255 -
CMYK 0.87 0.65 0 0
HSL 224.8º 1% 0.57% -
HSV(B) 224.8º 0.87% 1% -
XYZ 22.37 14.87 96.3 -
YUV 92.07 219.95 86.58 -
System Red Green Blue C M Y K H S L
Decimal 34 90 255 0.87 0.65 0 0 224.8 1 0.57
Hex 22 5A FF 57 41 0 0 E1 64 39
Octal 42 132 377 127 101 0 0 341 144 71
Binary 100010 1011010 11111111 1010111 1000001 0 0 11100001 1100100 111001

Color Harmonies of #225AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225AFF

Black with #225AFF

Text Example


Text Example

White with #225AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225AFF; }

 p { color: rgb(34,90,255); }

 H1.HeaderClassName
 {
   color: #225AFF;
 }
 .AnyTagClassName
 {
   color: #225AFF;
 }
</style>

background-color css

<style>
 a { background-color: #225AFF; }

 a { background-color: rgb(34,90,255); }

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

border-color css

<style>
 span { border-color: #225AFF; }

 span { border-color: rgb(34,90,255); }

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