Html Css Color HEX #295FFB Royal Blue

📋 copy color: '#295FFB'

red 41 ◦ green 95 ◦ blue 251

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

Shades of Royal Blue #295FFB

Tints of Royal Blue #295FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

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

R = 10.59%
G = 24.55%
B = 64.86%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#295FFB (or 0x295FFB) is known color: Royal Blue. HEX triplet: 29, 5F and FB. RGB value is (41,95,251). Sum of RGB (Red+Green+Blue) = 41+95+251=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #295FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FFB is #D6A004. Grayscale: #5F5F5F. Windows color (decimal): -14065669 or 16473897. OLE color: 16473897.

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

Color convert

RGB 41 95 251 -
CMYK 0.84 0.62 0 0.02
HSL 224.57º 0.96% 0.57% -
HSV(B) 224.57º 0.84% 0.98% -
XYZ 22.42 15.62 93.1 -
YUV 96.64 215.11 88.32 -
System Red Green Blue C M Y K H S L
Decimal 41 95 251 0.84 0.62 0 0.02 224.57 0.96 0.57
Hex 29 5F FB 54 3E 0 2 E1 60 39
Octal 51 137 373 124 76 0 2 341 140 71
Binary 101001 1011111 11111011 1010100 111110 0 10 11100001 1100000 111001

Color Harmonies of #295FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FFB

Black with #295FFB

Text Example


Text Example

White with #295FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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