Html Css Color HEX #295CFB Royal Blue

📋 copy color: '#295CFB'

red 41 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #295CFB

Tints of Royal Blue #295CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.36%

R = 10.68%
G = 23.96%
B = 65.36%

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

#295CFB (or 0x295CFB) is known color: Royal Blue. HEX triplet: 29, 5C and FB. RGB value is (41,92,251). Sum of RGB (Red+Green+Blue) = 41+92+251=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #295CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295CFB is #D6A304. Grayscale: #5E5E5E. Windows color (decimal): -14066437 or 16473129. OLE color: 16473129.

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

Color convert

RGB 41 92 251 -
CMYK 0.84 0.63 0 0.02
HSL 225.43º 0.96% 0.57% -
HSV(B) 225.43º 0.84% 0.98% -
XYZ 22.15 15.09 93.01 -
YUV 94.88 216.1 89.57 -
System Red Green Blue C M Y K H S L
Decimal 41 92 251 0.84 0.63 0 0.02 225.43 0.96 0.57
Hex 29 5C FB 54 3F 0 2 E1 60 39
Octal 51 134 373 124 77 0 2 341 140 71
Binary 101001 1011100 11111011 1010100 111111 0 10 11100001 1100000 111001

Color Harmonies of #295CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CFB

Black with #295CFB

Text Example


Text Example

White with #295CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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