Html Css Color HEX #295FF0 Royal Blue

📋 copy color: '#295FF0'

red 41 ◦ green 95 ◦ blue 240

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

Shades of Royal Blue #295FF0

Tints of Royal Blue #295FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

 BLUE value IS 240 (94.14% from 255) = 63.83%

R = 10.9%
G = 25.27%
B = 63.83%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#295FF0 (or 0x295FF0) is known color: Royal Blue. HEX triplet: 29, 5F and F0. RGB value is (41,95,240). Sum of RGB (Red+Green+Blue) = 41+95+240=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 240 (94.14% from 255 or 63.83% from 376); Max value from RGB is 240 - color contains mainly: blue. Hex color #295FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FF0 is #D6A00F. Grayscale: #5E5E5E. Windows color (decimal): -14065680 or 15753001. OLE color: 15753001.

HSL color Cylindrical-coordinate representation of color #295FF0: hue angle of 223.72º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295FF0 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 95 240 -
CMYK 0.83 0.60 0 0.06
HSL 223.72º 0.87% 0.55% -
HSV(B) 223.72º 0.83% 0.94% -
XYZ 20.73 14.95 84.23 -
YUV 95.38 209.61 89.21 -
System Red Green Blue C M Y K H S L
Decimal 41 95 240 0.83 0.60 0 0.06 223.72 0.87 0.55
Hex 29 5F F0 53 3C 0 6 E0 57 37
Octal 51 137 360 123 74 0 6 340 127 67
Binary 101001 1011111 11110000 1010011 111100 0 110 11100000 1010111 110111

Color Harmonies of #295FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FF0

Black with #295FF0

Text Example


Text Example

White with #295FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,95,240); }

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

background-color css

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

 a { background-color: rgb(41,95,240); }

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

border-color css

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

 span { border-color: rgb(41,95,240); }

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