Html Css Color HEX #295BDD Royal Blue

📋 copy color: '#295BDD'

red 41 ◦ green 91 ◦ blue 221

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

Shades of Royal Blue #295BDD

Tints of Royal Blue #295BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.61%

R = 11.61%
G = 25.78%
B = 62.61%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#295BDD (or 0x295BDD) is known color: Royal Blue. HEX triplet: 29, 5B and DD. RGB value is (41,91,221). Sum of RGB (Red+Green+Blue) = 41+91+221=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #295BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BDD is #D6A422. Grayscale: #5A5A5A. Windows color (decimal): -14066723 or 14506793. OLE color: 14506793.

HSL color Cylindrical-coordinate representation of color #295BDD: hue angle of 223.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295BDD is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 91 221 -
CMYK 0.81 0.59 0 0.13
HSL 223.33º 0.73% 0.51% -
HSV(B) 223.33º 0.81% 0.87% -
XYZ 17.71 13.17 70.02 -
YUV 90.87 201.44 92.43 -
System Red Green Blue C M Y K H S L
Decimal 41 91 221 0.81 0.59 0 0.13 223.33 0.73 0.51
Hex 29 5B DD 51 3B 0 D DF 49 33
Octal 51 133 335 121 73 0 15 337 111 63
Binary 101001 1011011 11011101 1010001 111011 0 1101 11011111 1001001 110011

Color Harmonies of #295BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BDD

Black with #295BDD

Text Example


Text Example

White with #295BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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