Html Css Color HEX #295FDA Royal Blue

📋 copy color: '#295FDA'

red 41 ◦ green 95 ◦ blue 218

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

Shades of Royal Blue #295FDA

Tints of Royal Blue #295FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.84%

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

R = 11.58%
G = 26.84%
B = 61.58%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#295FDA (or 0x295FDA) is known color: Royal Blue. HEX triplet: 29, 5F and DA. RGB value is (41,95,218). Sum of RGB (Red+Green+Blue) = 41+95+218=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #295FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FDA is #D6A025. Grayscale: #5C5C5C. Windows color (decimal): -14065702 or 14311209. OLE color: 14311209.

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

Color convert

RGB 41 95 218 -
CMYK 0.81 0.56 0 0.15
HSL 221.69º 0.71% 0.51% -
HSV(B) 221.69º 0.81% 0.85% -
XYZ 17.66 13.72 68.05 -
YUV 92.88 198.61 91 -
System Red Green Blue C M Y K H S L
Decimal 41 95 218 0.81 0.56 0 0.15 221.69 0.71 0.51
Hex 29 5F DA 51 38 0 F DE 47 33
Octal 51 137 332 121 70 0 17 336 107 63
Binary 101001 1011111 11011010 1010001 111000 0 1111 11011110 1000111 110011

Color Harmonies of #295FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FDA

Black with #295FDA

Text Example


Text Example

White with #295FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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