Html Css Color HEX #225CFD Royal Blue

📋 copy color: '#225CFD'

red 34 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #225CFD

Tints of Royal Blue #225CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.75%

R = 8.97%
G = 24.27%
B = 66.75%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#225CFD (or 0x225CFD) is known color: Royal Blue. HEX triplet: 22, 5C and FD. RGB value is (34,92,253). Sum of RGB (Red+Green+Blue) = 34+92+253=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #225CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225CFD is #DDA302. Grayscale: #5C5C5C. Windows color (decimal): -14525187 or 16604194. OLE color: 16604194.

HSL color Cylindrical-coordinate representation of color #225CFD: hue angle of 224.11º degrees, saturation: 0.98, 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 #225CFD is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 34 92 253 -
CMYK 0.87 0.64 0 0.01
HSL 224.11º 0.98% 0.56% -
HSV(B) 224.11º 0.87% 0.99% -
XYZ 22.22 15.09 94.67 -
YUV 93.01 218.28 85.91 -
System Red Green Blue C M Y K H S L
Decimal 34 92 253 0.87 0.64 0 0.01 224.11 0.98 0.56
Hex 22 5C FD 57 40 0 1 E0 62 38
Octal 42 134 375 127 100 0 1 340 142 70
Binary 100010 1011100 11111101 1010111 1000000 0 1 11100000 1100010 111000

Color Harmonies of #225CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225CFD

Black with #225CFD

Text Example


Text Example

White with #225CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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