Html Css Color HEX #295BFE Royal Blue

📋 copy color: '#295BFE'

red 41 ◦ green 91 ◦ blue 254

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

Shades of Royal Blue #295BFE

Tints of Royal Blue #295BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.8%

R = 10.62%
G = 23.58%
B = 65.8%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#295BFE (or 0x295BFE) is known color: Royal Blue. HEX triplet: 29, 5B and FE. RGB value is (41,91,254). Sum of RGB (Red+Green+Blue) = 41+91+254=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #295BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295BFE is #D6A401. Grayscale: #5D5D5D. Windows color (decimal): -14066690 or 16669481. OLE color: 16669481.

HSL color Cylindrical-coordinate representation of color #295BFE: hue angle of 225.92º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #295BFE is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 91 254 -
CMYK 0.84 0.64 0 0.00
HSL 225.92º 0.99% 0.58% -
HSV(B) 225.92º 0.84% 1% -
XYZ 22.54 15.11 95.49 -
YUV 94.63 217.94 89.75 -
System Red Green Blue C M Y K H S L
Decimal 41 91 254 0.84 0.64 0 0.00 225.92 0.99 0.58
Hex 29 5B FE 54 40 0 0 E2 63 3A
Octal 51 133 376 124 100 0 0 342 143 72
Binary 101001 1011011 11111110 1010100 1000000 0 0 11100010 1100011 111010

Color Harmonies of #295BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BFE

Black with #295BFE

Text Example


Text Example

White with #295BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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