Html Css Color HEX #295AFC Royal Blue

📋 copy color: '#295AFC'

red 41 ◦ green 90 ◦ blue 252

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

Shades of Royal Blue #295AFC

Tints of Royal Blue #295AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 10.7%
G = 23.5%
B = 65.8%

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

#295AFC (or 0x295AFC) is known color: Royal Blue. HEX triplet: 29, 5A and FC. RGB value is (41,90,252). Sum of RGB (Red+Green+Blue) = 41+90+252=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #295AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295AFC is #D6A503. Grayscale: #5D5D5D. Windows color (decimal): -14066948 or 16538153. OLE color: 16538153.

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

Color convert

RGB 41 90 252 -
CMYK 0.84 0.64 0 0.01
HSL 226.07º 0.97% 0.57% -
HSV(B) 226.07º 0.84% 0.99% -
XYZ 22.14 14.81 93.79 -
YUV 93.82 217.27 90.33 -
System Red Green Blue C M Y K H S L
Decimal 41 90 252 0.84 0.64 0 0.01 226.07 0.97 0.57
Hex 29 5A FC 54 40 0 1 E2 61 39
Octal 51 132 374 124 100 0 1 342 141 71
Binary 101001 1011010 11111100 1010100 1000000 0 1 11100010 1100001 111001

Color Harmonies of #295AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AFC

Black with #295AFC

Text Example


Text Example

White with #295AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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