Html Css Color HEX #295AFE Royal Blue

📋 copy color: '#295AFE'

red 41 ◦ green 90 ◦ blue 254

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

Shades of Royal Blue #295AFE

Tints of Royal Blue #295AFE

RGB

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

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

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

R = 10.65%
G = 23.38%
B = 65.97%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#295AFE (or 0x295AFE) is known color: Royal Blue. HEX triplet: 29, 5A and FE. RGB value is (41,90,254). Sum of RGB (Red+Green+Blue) = 41+90+254=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #295AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295AFE is #D6A501. Grayscale: #5D5D5D. Windows color (decimal): -14066946 or 16669225. OLE color: 16669225.

HSL color Cylindrical-coordinate representation of color #295AFE: hue angle of 226.2º 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 #295AFE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 90 254 -
CMYK 0.84 0.65 0 0.00
HSL 226.2º 0.99% 0.58% -
HSV(B) 226.2º 0.84% 1% -
XYZ 22.46 14.94 95.47 -
YUV 94.05 218.27 90.16 -
System Red Green Blue C M Y K H S L
Decimal 41 90 254 0.84 0.65 0 0.00 226.2 0.99 0.58
Hex 29 5A FE 54 41 0 0 E2 63 3A
Octal 51 132 376 124 101 0 0 342 143 72
Binary 101001 1011010 11111110 1010100 1000001 0 0 11100010 1100011 111010

Color Harmonies of #295AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AFE

Black with #295AFE

Text Example


Text Example

White with #295AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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