Html Css Color HEX #295BFB Royal Blue

📋 copy color: '#295BFB'

red 41 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #295BFB

Tints of Royal Blue #295BFB

RGB

 RED value IS 41 (16.41% from 255) = 10.7%

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

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

R = 10.7%
G = 23.76%
B = 65.54%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#295BFB (or 0x295BFB) is known color: Royal Blue. HEX triplet: 29, 5B and FB. RGB value is (41,91,251). Sum of RGB (Red+Green+Blue) = 41+91+251=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #295BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295BFB is #D6A404. Grayscale: #5D5D5D. Windows color (decimal): -14066693 or 16472873. OLE color: 16472873.

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

Color convert

RGB 41 91 251 -
CMYK 0.84 0.64 0 0.02
HSL 225.71º 0.96% 0.57% -
HSV(B) 225.71º 0.84% 0.98% -
XYZ 22.07 14.92 92.98 -
YUV 94.29 216.44 89.99 -
System Red Green Blue C M Y K H S L
Decimal 41 91 251 0.84 0.64 0 0.02 225.71 0.96 0.57
Hex 29 5B FB 54 40 0 2 E2 60 39
Octal 51 133 373 124 100 0 2 342 140 71
Binary 101001 1011011 11111011 1010100 1000000 0 10 11100010 1100000 111001

Color Harmonies of #295BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BFB

Black with #295BFB

Text Example


Text Example

White with #295BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295BFB; }

 p { color: rgb(41,91,251); }

 H1.HeaderClassName
 {
   color: #295BFB;
 }
 .AnyTagClassName
 {
   color: #295BFB;
 }
</style>

background-color css

<style>
 a { background-color: #295BFB; }

 a { background-color: rgb(41,91,251); }

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

border-color css

<style>
 span { border-color: #295BFB; }

 span { border-color: rgb(41,91,251); }

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