Html Css Color HEX #295DF9 Royal Blue

📋 copy color: '#295DF9'

red 41 ◦ green 93 ◦ blue 249

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

Shades of Royal Blue #295DF9

Tints of Royal Blue #295DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.28%

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

R = 10.7%
G = 24.28%
B = 65.01%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#295DF9 (or 0x295DF9) is known color: Royal Blue. HEX triplet: 29, 5D and F9. RGB value is (41,93,249). Sum of RGB (Red+Green+Blue) = 41+93+249=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 249 (97.66% from 255 or 65.01% from 383); Max value from RGB is 249 - color contains mainly: blue. Hex color #295DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295DF9 is #D6A206. Grayscale: #5E5E5E. Windows color (decimal): -14066183 or 16342313. OLE color: 16342313.

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

Color convert

RGB 41 93 249 -
CMYK 0.84 0.63 0 0.02
HSL 225º 0.95% 0.57% -
HSV(B) 225º 0.84% 0.98% -
XYZ 21.93 15.14 91.39 -
YUV 95.24 214.77 89.32 -
System Red Green Blue C M Y K H S L
Decimal 41 93 249 0.84 0.63 0 0.02 225 0.95 0.57
Hex 29 5D F9 54 3F 0 2 E1 5F 39
Octal 51 135 371 124 77 0 2 341 137 71
Binary 101001 1011101 11111001 1010100 111111 0 10 11100001 1011111 111001

Color Harmonies of #295DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DF9

Black with #295DF9

Text Example


Text Example

White with #295DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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