Html Css Color HEX #295DFA Royal Blue

📋 copy color: '#295DFA'

red 41 ◦ green 93 ◦ blue 250

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

Shades of Royal Blue #295DFA

Tints of Royal Blue #295DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

 BLUE value IS 250 (98.05% from 255) = 65.1%

R = 10.68%
G = 24.22%
B = 65.1%

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

#295DFA (or 0x295DFA) is known color: Royal Blue. HEX triplet: 29, 5D and FA. RGB value is (41,93,250). Sum of RGB (Red+Green+Blue) = 41+93+250=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #295DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295DFA is #D6A205. Grayscale: #5E5E5E. Windows color (decimal): -14066182 or 16407849. OLE color: 16407849.

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

Color convert

RGB 41 93 250 -
CMYK 0.84 0.63 0 0.02
HSL 225.07º 0.95% 0.57% -
HSV(B) 225.07º 0.84% 0.98% -
XYZ 22.08 15.2 92.21 -
YUV 95.35 215.27 89.23 -
System Red Green Blue C M Y K H S L
Decimal 41 93 250 0.84 0.63 0 0.02 225.07 0.95 0.57
Hex 29 5D FA 54 3F 0 2 E1 5F 39
Octal 51 135 372 124 77 0 2 341 137 71
Binary 101001 1011101 11111010 1010100 111111 0 10 11100001 1011111 111001

Color Harmonies of #295DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DFA

Black with #295DFA

Text Example


Text Example

White with #295DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,93,250); }

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

background-color css

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

 a { background-color: rgb(41,93,250); }

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

border-color css

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

 span { border-color: rgb(41,93,250); }

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