Html Css Color HEX #225EED Royal Blue

📋 copy color: '#225EED'

red 34 ◦ green 94 ◦ blue 237

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

Shades of Royal Blue #225EED

Tints of Royal Blue #225EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 9.32%
G = 25.75%
B = 64.93%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#225EED (or 0x225EED) is known color: Royal Blue. HEX triplet: 22, 5E and ED. RGB value is (34,94,237). Sum of RGB (Red+Green+Blue) = 34+94+237=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #225EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225EED is #DDA112. Grayscale: #5B5B5B. Windows color (decimal): -14524691 or 15556130. OLE color: 15556130.

HSL color Cylindrical-coordinate representation of color #225EED: hue angle of 222.27º degrees, saturation: 0.85, 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 #225EED is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 94 237 -
CMYK 0.86 0.60 0 0.07
HSL 222.27º 0.85% 0.53% -
HSV(B) 222.27º 0.86% 0.93% -
XYZ 19.95 14.46 81.86 -
YUV 92.36 209.62 86.37 -
System Red Green Blue C M Y K H S L
Decimal 34 94 237 0.86 0.60 0 0.07 222.27 0.85 0.53
Hex 22 5E ED 56 3C 0 7 DE 55 35
Octal 42 136 355 126 74 0 7 336 125 65
Binary 100010 1011110 11101101 1010110 111100 0 111 11011110 1010101 110101

Color Harmonies of #225EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225EED

Black with #225EED

Text Example


Text Example

White with #225EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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