Html Css Color HEX #295CFA Royal Blue

📋 copy color: '#295CFA'

red 41 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #295CFA

Tints of Royal Blue #295CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.27%

R = 10.7%
G = 24.02%
B = 65.27%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#295CFA (or 0x295CFA) is known color: Royal Blue. HEX triplet: 29, 5C and FA. RGB value is (41,92,250). Sum of RGB (Red+Green+Blue) = 41+92+250=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #295CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295CFA is #D6A305. Grayscale: #5E5E5E. Windows color (decimal): -14066438 or 16407593. OLE color: 16407593.

HSL color Cylindrical-coordinate representation of color #295CFA: hue angle of 225.36º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #295CFA is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 92 250 -
CMYK 0.84 0.63 0 0.02
HSL 225.36º 0.95% 0.57% -
HSV(B) 225.36º 0.84% 0.98% -
XYZ 22 15.03 92.18 -
YUV 94.76 215.6 89.65 -
System Red Green Blue C M Y K H S L
Decimal 41 92 250 0.84 0.63 0 0.02 225.36 0.95 0.57
Hex 29 5C FA 54 3F 0 2 E1 5F 39
Octal 51 134 372 124 77 0 2 341 137 71
Binary 101001 1011100 11111010 1010100 111111 0 10 11100001 1011111 111001

Color Harmonies of #295CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CFA

Black with #295CFA

Text Example


Text Example

White with #295CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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