Html Css Color HEX #295DDA Royal Blue

📋 copy color: '#295DDA'

red 41 ◦ green 93 ◦ blue 218

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

Shades of Royal Blue #295DDA

Tints of Royal Blue #295DDA

RGB

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

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

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

R = 11.65%
G = 26.42%
B = 61.93%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#295DDA (or 0x295DDA) is known color: Royal Blue. HEX triplet: 29, 5D and DA. RGB value is (41,93,218). Sum of RGB (Red+Green+Blue) = 41+93+218=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #295DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DDA is #D6A225. Grayscale: #5B5B5B. Windows color (decimal): -14066214 or 14310697. OLE color: 14310697.

HSL color Cylindrical-coordinate representation of color #295DDA: hue angle of 222.37º 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 #295DDA is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 93 218 -
CMYK 0.81 0.57 0 0.15
HSL 222.37º 0.71% 0.51% -
HSV(B) 222.37º 0.81% 0.85% -
XYZ 17.48 13.36 67.99 -
YUV 91.7 199.27 91.84 -
System Red Green Blue C M Y K H S L
Decimal 41 93 218 0.81 0.57 0 0.15 222.37 0.71 0.51
Hex 29 5D DA 51 39 0 F DE 47 33
Octal 51 135 332 121 71 0 17 336 107 63
Binary 101001 1011101 11011010 1010001 111001 0 1111 11011110 1000111 110011

Color Harmonies of #295DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DDA

Black with #295DDA

Text Example


Text Example

White with #295DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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