Html Css Color HEX #225EDD Royal Blue

📋 copy color: '#225EDD'

red 34 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #225EDD

Tints of Royal Blue #225EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.93%

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 9.74%
G = 26.93%
B = 63.32%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#225EDD (or 0x225EDD) is known color: Royal Blue. HEX triplet: 22, 5E and DD. RGB value is (34,94,221). Sum of RGB (Red+Green+Blue) = 34+94+221=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #225EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225EDD is #DDA122. Grayscale: #595959. Windows color (decimal): -14524707 or 14507554. OLE color: 14507554.

HSL color Cylindrical-coordinate representation of color #225EDD: hue angle of 220.75º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225EDD is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 94 221 -
CMYK 0.85 0.57 0 0.13
HSL 220.75º 0.73% 0.5% -
HSV(B) 220.75º 0.85% 0.87% -
XYZ 17.71 13.57 70.09 -
YUV 90.54 201.62 87.67 -
System Red Green Blue C M Y K H S L
Decimal 34 94 221 0.85 0.57 0 0.13 220.75 0.73 0.5
Hex 22 5E DD 55 39 0 D DD 49 32
Octal 42 136 335 125 71 0 15 335 111 62
Binary 100010 1011110 11011101 1010101 111001 0 1101 11011101 1001001 110010

Color Harmonies of #225EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225EDD

Black with #225EDD

Text Example


Text Example

White with #225EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,94,221); }

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

background-color css

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

 a { background-color: rgb(34,94,221); }

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

border-color css

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

 span { border-color: rgb(34,94,221); }

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