Html Css Color HEX #295AF9 Royal Blue

📋 copy color: '#295AF9'

red 41 ◦ green 90 ◦ blue 249

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

Shades of Royal Blue #295AF9

Tints of Royal Blue #295AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.53%

R = 10.79%
G = 23.68%
B = 65.53%

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

#295AF9 (or 0x295AF9) is known color: Royal Blue. HEX triplet: 29, 5A and F9. RGB value is (41,90,249). Sum of RGB (Red+Green+Blue) = 41+90+249=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #295AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295AF9 is #D6A506. Grayscale: #5C5C5C. Windows color (decimal): -14066951 or 16341545. OLE color: 16341545.

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

Color convert

RGB 41 90 249 -
CMYK 0.84 0.64 0 0.02
HSL 225.87º 0.95% 0.57% -
HSV(B) 225.87º 0.84% 0.98% -
XYZ 21.67 14.62 91.3 -
YUV 93.48 215.77 90.57 -
System Red Green Blue C M Y K H S L
Decimal 41 90 249 0.84 0.64 0 0.02 225.87 0.95 0.57
Hex 29 5A F9 54 40 0 2 E2 5F 39
Octal 51 132 371 124 100 0 2 342 137 71
Binary 101001 1011010 11111001 1010100 1000000 0 10 11100010 1011111 111001

Color Harmonies of #295AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AF9

Black with #295AF9

Text Example


Text Example

White with #295AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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