Html Css Color HEX #295CDD Royal Blue

📋 copy color: '#295CDD'

red 41 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #295CDD

Tints of Royal Blue #295CDD

RGB

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

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

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

R = 11.58%
G = 25.99%
B = 62.43%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#295CDD (or 0x295CDD) is known color: Royal Blue. HEX triplet: 29, 5C and DD. RGB value is (41,92,221). Sum of RGB (Red+Green+Blue) = 41+92+221=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #295CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CDD is #D6A322. Grayscale: #5A5A5A. Windows color (decimal): -14066467 or 14507049. OLE color: 14507049.

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

Color convert

RGB 41 92 221 -
CMYK 0.81 0.58 0 0.13
HSL 223º 0.73% 0.51% -
HSV(B) 223º 0.81% 0.87% -
XYZ 17.79 13.35 70.04 -
YUV 91.46 201.1 92.01 -
System Red Green Blue C M Y K H S L
Decimal 41 92 221 0.81 0.58 0 0.13 223 0.73 0.51
Hex 29 5C DD 51 3A 0 D DF 49 33
Octal 51 134 335 121 72 0 15 337 111 63
Binary 101001 1011100 11011101 1010001 111010 0 1101 11011111 1001001 110011

Color Harmonies of #295CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CDD

Black with #295CDD

Text Example


Text Example

White with #295CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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