Html Css Color HEX #295CFF Royal Blue

📋 copy color: '#295CFF'

red 41 ◦ green 92 ◦ blue 255

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

Shades of Royal Blue #295CFF

Tints of Royal Blue #295CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.72%

R = 10.57%
G = 23.71%
B = 65.72%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#295CFF (or 0x295CFF) is known color: Royal Blue. HEX triplet: 29, 5C and FF. RGB value is (41,92,255). Sum of RGB (Red+Green+Blue) = 41+92+255=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #295CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295CFF is #D6A300. Grayscale: #5E5E5E. Windows color (decimal): -14066433 or 16735273. OLE color: 16735273.

HSL color Cylindrical-coordinate representation of color #295CFF: hue angle of 225.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #295CFF is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 92 255 -
CMYK 0.84 0.64 0 0
HSL 225.7º 1% 0.58% -
HSV(B) 225.7º 0.84% 1% -
XYZ 22.79 15.35 96.37 -
YUV 95.33 218.1 89.25 -
System Red Green Blue C M Y K H S L
Decimal 41 92 255 0.84 0.64 0 0 225.7 1 0.58
Hex 29 5C FF 54 40 0 0 E2 64 3A
Octal 51 134 377 124 100 0 0 342 144 72
Binary 101001 1011100 11111111 1010100 1000000 0 0 11100010 1100100 111010

Color Harmonies of #295CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CFF

Black with #295CFF

Text Example


Text Example

White with #295CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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