Html Css Color HEX #225CE3 Royal Blue

📋 copy color: '#225CE3'

red 34 ◦ green 92 ◦ blue 227

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

Shades of Royal Blue #225CE3

Tints of Royal Blue #225CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 64.31%

R = 9.63%
G = 26.06%
B = 64.31%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#225CE3 (or 0x225CE3) is known color: Royal Blue. HEX triplet: 22, 5C and E3. RGB value is (34,92,227). Sum of RGB (Red+Green+Blue) = 34+92+227=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 227 (89.06% from 255 or 64.31% from 353); Max value from RGB is 227 - color contains mainly: blue. Hex color #225CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CE3 is #DDA31C. Grayscale: #595959. Windows color (decimal): -14525213 or 14900258. OLE color: 14900258.

HSL color Cylindrical-coordinate representation of color #225CE3: hue angle of 221.97º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225CE3 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 34 92 227 -
CMYK 0.85 0.59 0 0.11
HSL 221.97º 0.78% 0.51% -
HSV(B) 221.97º 0.85% 0.89% -
XYZ 18.35 13.54 74.32 -
YUV 90.05 205.28 88.02 -
System Red Green Blue C M Y K H S L
Decimal 34 92 227 0.85 0.59 0 0.11 221.97 0.78 0.51
Hex 22 5C E3 55 3B 0 B DE 4E 33
Octal 42 134 343 125 73 0 13 336 116 63
Binary 100010 1011100 11100011 1010101 111011 0 1011 11011110 1001110 110011

Color Harmonies of #225CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225CE3

Black with #225CE3

Text Example


Text Example

White with #225CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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