Html Css Color HEX #295BDA Royal Blue

📋 copy color: '#295BDA'

red 41 ◦ green 91 ◦ blue 218

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

Shades of Royal Blue #295BDA

Tints of Royal Blue #295BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.29%

R = 11.71%
G = 26%
B = 62.29%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#295BDA (or 0x295BDA) is known color: Royal Blue. HEX triplet: 29, 5B and DA. RGB value is (41,91,218). Sum of RGB (Red+Green+Blue) = 41+91+218=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #295BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BDA is #D6A425. Grayscale: #595959. Windows color (decimal): -14066726 or 14310185. OLE color: 14310185.

HSL color Cylindrical-coordinate representation of color #295BDA: hue angle of 223.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295BDA is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 91 218 -
CMYK 0.81 0.58 0 0.15
HSL 223.05º 0.71% 0.51% -
HSV(B) 223.05º 0.81% 0.85% -
XYZ 17.31 13.02 67.93 -
YUV 90.53 199.94 92.67 -
System Red Green Blue C M Y K H S L
Decimal 41 91 218 0.81 0.58 0 0.15 223.05 0.71 0.51
Hex 29 5B DA 51 3A 0 F DF 47 33
Octal 51 133 332 121 72 0 17 337 107 63
Binary 101001 1011011 11011010 1010001 111010 0 1111 11011111 1000111 110011

Color Harmonies of #295BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BDA

Black with #295BDA

Text Example


Text Example

White with #295BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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