Html Css Color HEX #295BFC Royal Blue

📋 copy color: '#295BFC'

red 41 ◦ green 91 ◦ blue 252

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

Shades of Royal Blue #295BFC

Tints of Royal Blue #295BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.63%

R = 10.68%
G = 23.7%
B = 65.63%

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

#295BFC (or 0x295BFC) is known color: Royal Blue. HEX triplet: 29, 5B and FC. RGB value is (41,91,252). Sum of RGB (Red+Green+Blue) = 41+91+252=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #295BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295BFC is #D6A403. Grayscale: #5D5D5D. Windows color (decimal): -14066692 or 16538409. OLE color: 16538409.

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

Color convert

RGB 41 91 252 -
CMYK 0.84 0.64 0 0.01
HSL 225.78º 0.97% 0.57% -
HSV(B) 225.78º 0.84% 0.99% -
XYZ 22.23 14.98 93.82 -
YUV 94.4 216.94 89.91 -
System Red Green Blue C M Y K H S L
Decimal 41 91 252 0.84 0.64 0 0.01 225.78 0.97 0.57
Hex 29 5B FC 54 40 0 1 E2 61 39
Octal 51 133 374 124 100 0 1 342 141 71
Binary 101001 1011011 11111100 1010100 1000000 0 1 11100010 1100001 111001

Color Harmonies of #295BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BFC

Black with #295BFC

Text Example


Text Example

White with #295BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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