Html Css Color HEX #225AE0 Royal Blue

📋 copy color: '#225AE0'

red 34 ◦ green 90 ◦ blue 224

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

Shades of Royal Blue #225AE0

Tints of Royal Blue #225AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 64.37%

R = 9.77%
G = 25.86%
B = 64.37%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#225AE0 (or 0x225AE0) is known color: Royal Blue. HEX triplet: 22, 5A and E0. RGB value is (34,90,224). Sum of RGB (Red+Green+Blue) = 34+90+224=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 224 (87.89% from 255 or 64.37% from 348); Max value from RGB is 224 - color contains mainly: blue. Hex color #225AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225AE0 is #DDA51F. Grayscale: #575757. Windows color (decimal): -14525728 or 14703138. OLE color: 14703138.

HSL color Cylindrical-coordinate representation of color #225AE0: hue angle of 222.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225AE0 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 90 224 -
CMYK 0.85 0.60 0 0.12
HSL 222.32º 0.75% 0.51% -
HSV(B) 222.32º 0.85% 0.88% -
XYZ 17.77 13.03 72.1 -
YUV 88.53 204.45 89.1 -
System Red Green Blue C M Y K H S L
Decimal 34 90 224 0.85 0.60 0 0.12 222.32 0.75 0.51
Hex 22 5A E0 55 3C 0 C DE 4B 33
Octal 42 132 340 125 74 0 14 336 113 63
Binary 100010 1011010 11100000 1010101 111100 0 1100 11011110 1001011 110011

Color Harmonies of #225AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225AE0

Black with #225AE0

Text Example


Text Example

White with #225AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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