Html Css Color HEX #225DED Royal Blue

📋 copy color: '#225DED'

red 34 ◦ green 93 ◦ blue 237

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

Shades of Royal Blue #225DED

Tints of Royal Blue #225DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.55%

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

R = 9.34%
G = 25.55%
B = 65.11%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#225DED (or 0x225DED) is known color: Royal Blue. HEX triplet: 22, 5D and ED. RGB value is (34,93,237). Sum of RGB (Red+Green+Blue) = 34+93+237=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #225DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225DED is #DDA212. Grayscale: #5B5B5B. Windows color (decimal): -14524947 or 15555874. OLE color: 15555874.

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

Color convert

RGB 34 93 237 -
CMYK 0.86 0.61 0 0.07
HSL 222.56º 0.85% 0.53% -
HSV(B) 222.56º 0.86% 0.93% -
XYZ 19.86 14.28 81.83 -
YUV 91.78 209.95 86.79 -
System Red Green Blue C M Y K H S L
Decimal 34 93 237 0.86 0.61 0 0.07 222.56 0.85 0.53
Hex 22 5D ED 56 3D 0 7 DF 55 35
Octal 42 135 355 126 75 0 7 337 125 65
Binary 100010 1011101 11101101 1010110 111101 0 111 11011111 1010101 110101

Color Harmonies of #225DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225DED

Black with #225DED

Text Example


Text Example

White with #225DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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