Html Css Color HEX #295AF8 Royal Blue

📋 copy color: '#295AF8'

red 41 ◦ green 90 ◦ blue 248

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

Shades of Royal Blue #295AF8

Tints of Royal Blue #295AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 65.44%

R = 10.82%
G = 23.75%
B = 65.44%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#295AF8 (or 0x295AF8) is known color: Royal Blue. HEX triplet: 29, 5A and F8. RGB value is (41,90,248). Sum of RGB (Red+Green+Blue) = 41+90+248=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #295AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295AF8 is #D6A507. Grayscale: #5C5C5C. Windows color (decimal): -14066952 or 16276009. OLE color: 16276009.

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

Color convert

RGB 41 90 248 -
CMYK 0.83 0.64 0 0.03
HSL 225.8º 0.94% 0.57% -
HSV(B) 225.8º 0.83% 0.97% -
XYZ 21.51 14.56 90.48 -
YUV 93.36 215.27 90.65 -
System Red Green Blue C M Y K H S L
Decimal 41 90 248 0.83 0.64 0 0.03 225.8 0.94 0.57
Hex 29 5A F8 53 40 0 3 E2 5E 39
Octal 51 132 370 123 100 0 3 342 136 71
Binary 101001 1011010 11111000 1010011 1000000 0 11 11100010 1011110 111001

Color Harmonies of #295AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AF8

Black with #295AF8

Text Example


Text Example

White with #295AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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