Html Css Color HEX #295CDA Royal Blue

📋 copy color: '#295CDA'

red 41 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #295CDA

Tints of Royal Blue #295CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 11.68%
G = 26.21%
B = 62.11%

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

#295CDA (or 0x295CDA) is known color: Royal Blue. HEX triplet: 29, 5C and DA. RGB value is (41,92,218). Sum of RGB (Red+Green+Blue) = 41+92+218=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #295CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CDA is #D6A325. Grayscale: #5A5A5A. Windows color (decimal): -14066470 or 14310441. OLE color: 14310441.

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

Color convert

RGB 41 92 218 -
CMYK 0.81 0.58 0 0.15
HSL 222.71º 0.71% 0.51% -
HSV(B) 222.71º 0.81% 0.85% -
XYZ 17.4 13.19 67.96 -
YUV 91.12 199.6 92.25 -
System Red Green Blue C M Y K H S L
Decimal 41 92 218 0.81 0.58 0 0.15 222.71 0.71 0.51
Hex 29 5C DA 51 3A 0 F DF 47 33
Octal 51 134 332 121 72 0 17 337 107 63
Binary 101001 1011100 11011010 1010001 111010 0 1111 11011111 1000111 110011

Color Harmonies of #295CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CDA

Black with #295CDA

Text Example


Text Example

White with #295CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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