Html Css Color HEX #225FFE Royal Blue

📋 copy color: '#225FFE'

red 34 ◦ green 95 ◦ blue 254

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

Shades of Royal Blue #225FFE

Tints of Royal Blue #225FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.32%

R = 8.88%
G = 24.8%
B = 66.32%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#225FFE (or 0x225FFE) is known color: Royal Blue. HEX triplet: 22, 5F and FE. RGB value is (34,95,254). Sum of RGB (Red+Green+Blue) = 34+95+254=383 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.88% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #225FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225FFE is #DDA001. Grayscale: #5E5E5E. Windows color (decimal): -14524418 or 16670498. OLE color: 16670498.

HSL color Cylindrical-coordinate representation of color #225FFE: hue angle of 223.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #225FFE is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 34 95 254 -
CMYK 0.87 0.63 0 0.00
HSL 223.36º 0.99% 0.56% -
HSV(B) 223.36º 0.87% 1% -
XYZ 22.64 15.68 95.6 -
YUV 94.89 217.79 84.57 -
System Red Green Blue C M Y K H S L
Decimal 34 95 254 0.87 0.63 0 0.00 223.36 0.99 0.56
Hex 22 5F FE 57 3F 0 0 DF 63 38
Octal 42 137 376 127 77 0 0 337 143 70
Binary 100010 1011111 11111110 1010111 111111 0 0 11011111 1100011 111000

Color Harmonies of #225FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225FFE

Black with #225FFE

Text Example


Text Example

White with #225FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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