Html Css Color HEX #295BFA Royal Blue

📋 copy color: '#295BFA'

red 41 ◦ green 91 ◦ blue 250

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

Shades of Royal Blue #295BFA

Tints of Royal Blue #295BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 10.73%
G = 23.82%
B = 65.45%

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

#295BFA (or 0x295BFA) is known color: Royal Blue. HEX triplet: 29, 5B and FA. RGB value is (41,91,250). Sum of RGB (Red+Green+Blue) = 41+91+250=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #295BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295BFA is #D6A405. Grayscale: #5D5D5D. Windows color (decimal): -14066694 or 16407337. OLE color: 16407337.

HSL color Cylindrical-coordinate representation of color #295BFA: hue angle of 225.65º degrees, saturation: 0.95, 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 #295BFA is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 91 250 -
CMYK 0.84 0.64 0 0.02
HSL 225.65º 0.95% 0.57% -
HSV(B) 225.65º 0.84% 0.98% -
XYZ 21.91 14.86 92.16 -
YUV 94.18 215.94 90.07 -
System Red Green Blue C M Y K H S L
Decimal 41 91 250 0.84 0.64 0 0.02 225.65 0.95 0.57
Hex 29 5B FA 54 40 0 2 E2 5F 39
Octal 51 133 372 124 100 0 2 342 137 71
Binary 101001 1011011 11111010 1010100 1000000 0 10 11100010 1011111 111001

Color Harmonies of #295BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BFA

Black with #295BFA

Text Example


Text Example

White with #295BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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