Html Css Color HEX #225FFB Royal Blue

📋 copy color: '#225FFB'

red 34 ◦ green 95 ◦ blue 251

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

Shades of Royal Blue #225FFB

Tints of Royal Blue #225FFB

RGB

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

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

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

R = 8.95%
G = 25%
B = 66.05%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#225FFB (or 0x225FFB) is known color: Royal Blue. HEX triplet: 22, 5F and FB. RGB value is (34,95,251). Sum of RGB (Red+Green+Blue) = 34+95+251=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #225FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225FFB is #DDA004. Grayscale: #5D5D5D. Windows color (decimal): -14524421 or 16473890. OLE color: 16473890.

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

Color convert

RGB 34 95 251 -
CMYK 0.86 0.62 0 0.02
HSL 223.13º 0.96% 0.56% -
HSV(B) 223.13º 0.86% 0.98% -
XYZ 22.16 15.49 93.09 -
YUV 94.55 216.29 84.82 -
System Red Green Blue C M Y K H S L
Decimal 34 95 251 0.86 0.62 0 0.02 223.13 0.96 0.56
Hex 22 5F FB 56 3E 0 2 DF 60 38
Octal 42 137 373 126 76 0 2 337 140 70
Binary 100010 1011111 11111011 1010110 111110 0 10 11011111 1100000 111000

Color Harmonies of #225FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225FFB

Black with #225FFB

Text Example


Text Example

White with #225FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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