Html Css Color HEX #295DFD Royal Blue

📋 copy color: '#295DFD'

red 41 ◦ green 93 ◦ blue 253

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

Shades of Royal Blue #295DFD

Tints of Royal Blue #295DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

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

R = 10.59%
G = 24.03%
B = 65.37%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#295DFD (or 0x295DFD) is known color: Royal Blue. HEX triplet: 29, 5D and FD. RGB value is (41,93,253). Sum of RGB (Red+Green+Blue) = 41+93+253=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #295DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295DFD is #D6A202. Grayscale: #5F5F5F. Windows color (decimal): -14066179 or 16604457. OLE color: 16604457.

HSL color Cylindrical-coordinate representation of color #295DFD: hue angle of 225.28º 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 #295DFD is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 93 253 -
CMYK 0.84 0.63 0 0.01
HSL 225.28º 0.98% 0.58% -
HSV(B) 225.28º 0.84% 0.99% -
XYZ 22.56 15.39 94.71 -
YUV 95.69 216.77 88.99 -
System Red Green Blue C M Y K H S L
Decimal 41 93 253 0.84 0.63 0 0.01 225.28 0.98 0.58
Hex 29 5D FD 54 3F 0 1 E1 62 3A
Octal 51 135 375 124 77 0 1 341 142 72
Binary 101001 1011101 11111101 1010100 111111 0 1 11100001 1100010 111010

Color Harmonies of #295DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DFD

Black with #295DFD

Text Example


Text Example

White with #295DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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