Html Css Color HEX #225CF5 Royal Blue

📋 copy color: '#225CF5'

red 34 ◦ green 92 ◦ blue 245

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

Shades of Royal Blue #225CF5

Tints of Royal Blue #225CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 66.04%

R = 9.16%
G = 24.8%
B = 66.04%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#225CF5 (or 0x225CF5) is known color: Royal Blue. HEX triplet: 22, 5C and F5. RGB value is (34,92,245). Sum of RGB (Red+Green+Blue) = 34+92+245=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 245 (96.09% from 255 or 66.04% from 371); Max value from RGB is 245 - color contains mainly: blue. Hex color #225CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225CF5 is #DDA30A. Grayscale: #5B5B5B. Windows color (decimal): -14525195 or 16079906. OLE color: 16079906.

HSL color Cylindrical-coordinate representation of color #225CF5: hue angle of 223.51º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #225CF5 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 34 92 245 -
CMYK 0.86 0.62 0 0.04
HSL 223.51º 0.91% 0.55% -
HSV(B) 223.51º 0.86% 0.96% -
XYZ 20.97 14.59 88.1 -
YUV 92.1 214.28 86.56 -
System Red Green Blue C M Y K H S L
Decimal 34 92 245 0.86 0.62 0 0.04 223.51 0.91 0.55
Hex 22 5C F5 56 3E 0 4 E0 5B 37
Octal 42 134 365 126 76 0 4 340 133 67
Binary 100010 1011100 11110101 1010110 111110 0 100 11100000 1011011 110111

Color Harmonies of #225CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225CF5

Black with #225CF5

Text Example


Text Example

White with #225CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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