Html Css Color HEX #225FEC Royal Blue

📋 copy color: '#225FEC'

red 34 ◦ green 95 ◦ blue 236

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

Shades of Royal Blue #225FEC

Tints of Royal Blue #225FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 9.32%
G = 26.03%
B = 64.66%

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

#225FEC (or 0x225FEC) is known color: Royal Blue. HEX triplet: 22, 5F and EC. RGB value is (34,95,236). Sum of RGB (Red+Green+Blue) = 34+95+236=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #225FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225FEC is #DDA013. Grayscale: #5C5C5C. Windows color (decimal): -14524436 or 15490850. OLE color: 15490850.

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

Color convert

RGB 34 95 236 -
CMYK 0.86 0.60 0 0.07
HSL 221.88º 0.84% 0.53% -
HSV(B) 221.88º 0.86% 0.93% -
XYZ 19.89 14.58 81.12 -
YUV 92.84 208.79 86.04 -
System Red Green Blue C M Y K H S L
Decimal 34 95 236 0.86 0.60 0 0.07 221.88 0.84 0.53
Hex 22 5F EC 56 3C 0 7 DE 54 35
Octal 42 137 354 126 74 0 7 336 124 65
Binary 100010 1011111 11101100 1010110 111100 0 111 11011110 1010100 110101

Color Harmonies of #225FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225FEC

Black with #225FEC

Text Example


Text Example

White with #225FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,95,236); }

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

background-color css

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

 a { background-color: rgb(34,95,236); }

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

border-color css

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

 span { border-color: rgb(34,95,236); }

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