Html Css Color HEX #225AFB Royal Blue

📋 copy color: '#225AFB'

red 34 ◦ green 90 ◦ blue 251

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

Shades of Royal Blue #225AFB

Tints of Royal Blue #225AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 251 (98.44% from 255) = 66.93%

R = 9.07%
G = 24%
B = 66.93%

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

#225AFB (or 0x225AFB) is known color: Royal Blue. HEX triplet: 22, 5A and FB. RGB value is (34,90,251). Sum of RGB (Red+Green+Blue) = 34+90+251=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #225AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225AFB is #DDA504. Grayscale: #5A5A5A. Windows color (decimal): -14525701 or 16472610. OLE color: 16472610.

HSL color Cylindrical-coordinate representation of color #225AFB: hue angle of 224.52º 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 #225AFB is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 90 251 -
CMYK 0.86 0.64 0 0.02
HSL 224.52º 0.96% 0.56% -
HSV(B) 224.52º 0.86% 0.98% -
XYZ 21.73 14.62 92.94 -
YUV 91.61 217.95 86.91 -
System Red Green Blue C M Y K H S L
Decimal 34 90 251 0.86 0.64 0 0.02 224.52 0.96 0.56
Hex 22 5A FB 56 40 0 2 E1 60 38
Octal 42 132 373 126 100 0 2 341 140 70
Binary 100010 1011010 11111011 1010110 1000000 0 10 11100001 1100000 111000

Color Harmonies of #225AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225AFB

Black with #225AFB

Text Example


Text Example

White with #225AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,90,251); }

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

background-color css

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

 a { background-color: rgb(34,90,251); }

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

border-color css

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

 span { border-color: rgb(34,90,251); }

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