Html Css Color HEX #295BFD Royal Blue

📋 copy color: '#295BFD'

red 41 ◦ green 91 ◦ blue 253

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

Shades of Royal Blue #295BFD

Tints of Royal Blue #295BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

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

R = 10.65%
G = 23.64%
B = 65.71%

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

#295BFD (or 0x295BFD) is known color: Royal Blue. HEX triplet: 29, 5B and FD. RGB value is (41,91,253). Sum of RGB (Red+Green+Blue) = 41+91+253=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #295BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295BFD is #D6A402. Grayscale: #5D5D5D. Windows color (decimal): -14066691 or 16603945. OLE color: 16603945.

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

Color convert

RGB 41 91 253 -
CMYK 0.84 0.64 0 0.01
HSL 225.85º 0.98% 0.58% -
HSV(B) 225.85º 0.84% 0.99% -
XYZ 22.39 15.05 94.65 -
YUV 94.52 217.44 89.83 -
System Red Green Blue C M Y K H S L
Decimal 41 91 253 0.84 0.64 0 0.01 225.85 0.98 0.58
Hex 29 5B FD 54 40 0 1 E2 62 3A
Octal 51 133 375 124 100 0 1 342 142 72
Binary 101001 1011011 11111101 1010100 1000000 0 1 11100010 1100010 111010

Color Harmonies of #295BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BFD

Black with #295BFD

Text Example


Text Example

White with #295BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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