Html Css Color HEX #225CFC Royal Blue

📋 copy color: '#225CFC'

red 34 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #225CFC

Tints of Royal Blue #225CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 252 (98.83% from 255) = 66.67%

R = 8.99%
G = 24.34%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#225CFC (or 0x225CFC) is known color: Royal Blue. HEX triplet: 22, 5C and FC. RGB value is (34,92,252). Sum of RGB (Red+Green+Blue) = 34+92+252=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #225CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225CFC is #DDA303. Grayscale: #5C5C5C. Windows color (decimal): -14525188 or 16538658. OLE color: 16538658.

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

Color convert

RGB 34 92 252 -
CMYK 0.87 0.63 0 0.01
HSL 224.04º 0.97% 0.56% -
HSV(B) 224.04º 0.87% 0.99% -
XYZ 22.06 15.02 93.83 -
YUV 92.9 217.78 85.99 -
System Red Green Blue C M Y K H S L
Decimal 34 92 252 0.87 0.63 0 0.01 224.04 0.97 0.56
Hex 22 5C FC 57 3F 0 1 E0 61 38
Octal 42 134 374 127 77 0 1 340 141 70
Binary 100010 1011100 11111100 1010111 111111 0 1 11100000 1100001 111000

Color Harmonies of #225CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225CFC

Black with #225CFC

Text Example


Text Example

White with #225CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,92,252); }

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

background-color css

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

 a { background-color: rgb(34,92,252); }

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

border-color css

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

 span { border-color: rgb(34,92,252); }

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