Html Css Color HEX #295CFD Royal Blue

📋 copy color: '#295CFD'

red 41 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #295CFD

Tints of Royal Blue #295CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.54%

R = 10.62%
G = 23.83%
B = 65.54%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#295CFD (or 0x295CFD) is known color: Royal Blue. HEX triplet: 29, 5C and FD. RGB value is (41,92,253). Sum of RGB (Red+Green+Blue) = 41+92+253=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #295CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295CFD is #D6A302. Grayscale: #5E5E5E. Windows color (decimal): -14066435 or 16604201. OLE color: 16604201.

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

Color convert

RGB 41 92 253 -
CMYK 0.84 0.64 0 0.01
HSL 225.57º 0.98% 0.58% -
HSV(B) 225.57º 0.84% 0.99% -
XYZ 22.47 15.22 94.68 -
YUV 95.11 217.1 89.41 -
System Red Green Blue C M Y K H S L
Decimal 41 92 253 0.84 0.64 0 0.01 225.57 0.98 0.58
Hex 29 5C FD 54 40 0 1 E2 62 3A
Octal 51 134 375 124 100 0 1 342 142 72
Binary 101001 1011100 11111101 1010100 1000000 0 1 11100010 1100010 111010

Color Harmonies of #295CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CFD

Black with #295CFD

Text Example


Text Example

White with #295CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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