Html Css Color HEX #295FFD Royal Blue

📋 copy color: '#295FFD'

red 41 ◦ green 95 ◦ blue 253

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

Shades of Royal Blue #295FFD

Tints of Royal Blue #295FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.04%

R = 10.54%
G = 24.42%
B = 65.04%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#295FFD (or 0x295FFD) is known color: Royal Blue. HEX triplet: 29, 5F and FD. RGB value is (41,95,253). Sum of RGB (Red+Green+Blue) = 41+95+253=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #295FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FFD is #D6A002. Grayscale: #606060. Windows color (decimal): -14065667 or 16604969. OLE color: 16604969.

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

Color convert

RGB 41 95 253 -
CMYK 0.84 0.62 0 0.01
HSL 224.72º 0.98% 0.58% -
HSV(B) 224.72º 0.84% 0.99% -
XYZ 22.74 15.75 94.77 -
YUV 96.87 216.11 88.15 -
System Red Green Blue C M Y K H S L
Decimal 41 95 253 0.84 0.62 0 0.01 224.72 0.98 0.58
Hex 29 5F FD 54 3E 0 1 E1 62 3A
Octal 51 137 375 124 76 0 1 341 142 72
Binary 101001 1011111 11111101 1010100 111110 0 1 11100001 1100010 111010

Color Harmonies of #295FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FFD

Black with #295FFD

Text Example


Text Example

White with #295FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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