Html Css Color HEX #225BEE Royal Blue

📋 copy color: '#225BEE'

red 34 ◦ green 91 ◦ blue 238

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

Shades of Royal Blue #225BEE

Tints of Royal Blue #225BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.56%

R = 9.37%
G = 25.07%
B = 65.56%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#225BEE (or 0x225BEE) is known color: Royal Blue. HEX triplet: 22, 5B and EE. RGB value is (34,91,238). Sum of RGB (Red+Green+Blue) = 34+91+238=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #225BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225BEE is #DDA411. Grayscale: #5A5A5A. Windows color (decimal): -14525458 or 15620898. OLE color: 15620898.

HSL color Cylindrical-coordinate representation of color #225BEE: hue angle of 223.24º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #225BEE is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 91 238 -
CMYK 0.86 0.62 0 0.07
HSL 223.24º 0.86% 0.53% -
HSV(B) 223.24º 0.86% 0.93% -
XYZ 19.83 14 82.54 -
YUV 90.72 211.12 87.55 -
System Red Green Blue C M Y K H S L
Decimal 34 91 238 0.86 0.62 0 0.07 223.24 0.86 0.53
Hex 22 5B EE 56 3E 0 7 DF 56 35
Octal 42 133 356 126 76 0 7 337 126 65
Binary 100010 1011011 11101110 1010110 111110 0 111 11011111 1010110 110101

Color Harmonies of #225BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BEE

Black with #225BEE

Text Example


Text Example

White with #225BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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