Html Css Color HEX #225BFA Royal Blue

📋 copy color: '#225BFA'

red 34 ◦ green 91 ◦ blue 250

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

Shades of Royal Blue #225BFA

Tints of Royal Blue #225BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.27%

 BLUE value IS 250 (98.05% from 255) = 66.67%

R = 9.07%
G = 24.27%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#225BFA (or 0x225BFA) is known color: Royal Blue. HEX triplet: 22, 5B and FA. RGB value is (34,91,250). Sum of RGB (Red+Green+Blue) = 34+91+250=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #225BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225BFA is #DDA405. Grayscale: #5B5B5B. Windows color (decimal): -14525446 or 16407330. OLE color: 16407330.

HSL color Cylindrical-coordinate representation of color #225BFA: hue angle of 224.17º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #225BFA is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 91 250 -
CMYK 0.86 0.64 0 0.02
HSL 224.17º 0.96% 0.56% -
HSV(B) 224.17º 0.86% 0.98% -
XYZ 21.66 14.72 92.14 -
YUV 92.08 217.12 86.57 -
System Red Green Blue C M Y K H S L
Decimal 34 91 250 0.86 0.64 0 0.02 224.17 0.96 0.56
Hex 22 5B FA 56 40 0 2 E0 60 38
Octal 42 133 372 126 100 0 2 340 140 70
Binary 100010 1011011 11111010 1010110 1000000 0 10 11100000 1100000 111000

Color Harmonies of #225BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BFA

Black with #225BFA

Text Example


Text Example

White with #225BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,91,250); }

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

background-color css

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

 a { background-color: rgb(34,91,250); }

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

border-color css

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

 span { border-color: rgb(34,91,250); }

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