Html Css Color HEX #225CEA Royal Blue

📋 copy color: '#225CEA'

red 34 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #225CEA

Tints of Royal Blue #225CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

 BLUE value IS 234 (91.8% from 255) = 65%

R = 9.44%
G = 25.56%
B = 65%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#225CEA (or 0x225CEA) is known color: Royal Blue. HEX triplet: 22, 5C and EA. RGB value is (34,92,234). Sum of RGB (Red+Green+Blue) = 34+92+234=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #225CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225CEA is #DDA315. Grayscale: #5A5A5A. Windows color (decimal): -14525206 or 15359010. OLE color: 15359010.

HSL color Cylindrical-coordinate representation of color #225CEA: hue angle of 222.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225CEA is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 92 234 -
CMYK 0.85 0.61 0 0.08
HSL 222.6º 0.83% 0.53% -
HSV(B) 222.6º 0.85% 0.92% -
XYZ 19.34 13.93 79.51 -
YUV 90.85 208.78 87.45 -
System Red Green Blue C M Y K H S L
Decimal 34 92 234 0.85 0.61 0 0.08 222.6 0.83 0.53
Hex 22 5C EA 55 3D 0 8 DF 53 35
Octal 42 134 352 125 75 0 10 337 123 65
Binary 100010 1011100 11101010 1010101 111101 0 1000 11011111 1010011 110101

Color Harmonies of #225CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225CEA

Black with #225CEA

Text Example


Text Example

White with #225CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,92,234); }

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

background-color css

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

 a { background-color: rgb(34,92,234); }

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

border-color css

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

 span { border-color: rgb(34,92,234); }

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