Html Css Color HEX #295EDD Royal Blue

📋 copy color: '#295EDD'

red 41 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #295EDD

Tints of Royal Blue #295EDD

RGB

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

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

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

R = 11.52%
G = 26.4%
B = 62.08%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#295EDD (or 0x295EDD) is known color: Royal Blue. HEX triplet: 29, 5E and DD. RGB value is (41,94,221). Sum of RGB (Red+Green+Blue) = 41+94+221=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #295EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EDD is #D6A122. Grayscale: #5C5C5C. Windows color (decimal): -14065955 or 14507561. OLE color: 14507561.

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

Color convert

RGB 41 94 221 -
CMYK 0.81 0.57 0 0.13
HSL 222.33º 0.73% 0.51% -
HSV(B) 222.33º 0.81% 0.87% -
XYZ 17.97 13.7 70.1 -
YUV 92.63 200.44 91.17 -
System Red Green Blue C M Y K H S L
Decimal 41 94 221 0.81 0.57 0 0.13 222.33 0.73 0.51
Hex 29 5E DD 51 39 0 D DE 49 33
Octal 51 136 335 121 71 0 15 336 111 63
Binary 101001 1011110 11011101 1010001 111001 0 1101 11011110 1001001 110011

Color Harmonies of #295EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EDD

Black with #295EDD

Text Example


Text Example

White with #295EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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