Html Css Color HEX #225BE8 Royal Blue

📋 copy color: '#225BE8'

red 34 ◦ green 91 ◦ blue 232

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

Shades of Royal Blue #225BE8

Tints of Royal Blue #225BE8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.49%

 BLUE value IS 232 (91.02% from 255) = 64.99%

R = 9.52%
G = 25.49%
B = 64.99%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#225BE8 (or 0x225BE8) is known color: Royal Blue. HEX triplet: 22, 5B and E8. RGB value is (34,91,232). Sum of RGB (Red+Green+Blue) = 34+91+232=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 232 (91.02% from 255 or 64.99% from 357); Max value from RGB is 232 - color contains mainly: blue. Hex color #225BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225BE8 is #DDA417. Grayscale: #595959. Windows color (decimal): -14525464 or 15227682. OLE color: 15227682.

HSL color Cylindrical-coordinate representation of color #225BE8: hue angle of 222.73º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225BE8 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 34 91 232 -
CMYK 0.85 0.61 0 0.09
HSL 222.73º 0.81% 0.52% -
HSV(B) 222.73º 0.85% 0.91% -
XYZ 18.97 13.65 77.98 -
YUV 90.03 208.12 88.04 -
System Red Green Blue C M Y K H S L
Decimal 34 91 232 0.85 0.61 0 0.09 222.73 0.81 0.52
Hex 22 5B E8 55 3D 0 9 DF 51 34
Octal 42 133 350 125 75 0 11 337 121 64
Binary 100010 1011011 11101000 1010101 111101 0 1001 11011111 1010001 110100

Color Harmonies of #225BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BE8

Black with #225BE8

Text Example


Text Example

White with #225BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,91,232); }

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

background-color css

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

 a { background-color: rgb(34,91,232); }

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

border-color css

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

 span { border-color: rgb(34,91,232); }

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