Html Css Color HEX #295EDA Royal Blue

📋 copy color: '#295EDA'

red 41 ◦ green 94 ◦ blue 218

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

Shades of Royal Blue #295EDA

Tints of Royal Blue #295EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

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

R = 11.61%
G = 26.63%
B = 61.76%

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

#295EDA (or 0x295EDA) is known color: Royal Blue. HEX triplet: 29, 5E and DA. RGB value is (41,94,218). Sum of RGB (Red+Green+Blue) = 41+94+218=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #295EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EDA is #D6A125. Grayscale: #5B5B5B. Windows color (decimal): -14065958 or 14310953. OLE color: 14310953.

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

Color convert

RGB 41 94 218 -
CMYK 0.81 0.57 0 0.15
HSL 222.03º 0.71% 0.51% -
HSV(B) 222.03º 0.81% 0.85% -
XYZ 17.57 13.54 68.02 -
YUV 92.29 198.94 91.42 -
System Red Green Blue C M Y K H S L
Decimal 41 94 218 0.81 0.57 0 0.15 222.03 0.71 0.51
Hex 29 5E DA 51 39 0 F DE 47 33
Octal 51 136 332 121 71 0 17 336 107 63
Binary 101001 1011110 11011010 1010001 111001 0 1111 11011110 1000111 110011

Color Harmonies of #295EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EDA

Black with #295EDA

Text Example


Text Example

White with #295EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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