Html Css Color HEX #295FFA Royal Blue

📋 copy color: '#295FFA'

red 41 ◦ green 95 ◦ blue 250

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

Shades of Royal Blue #295FFA

Tints of Royal Blue #295FFA

RGB

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

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

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

R = 10.62%
G = 24.61%
B = 64.77%

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

#295FFA (or 0x295FFA) is known color: Royal Blue. HEX triplet: 29, 5F and FA. RGB value is (41,95,250). Sum of RGB (Red+Green+Blue) = 41+95+250=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #295FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FFA is #D6A005. Grayscale: #5F5F5F. Windows color (decimal): -14065670 or 16408361. OLE color: 16408361.

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

Color convert

RGB 41 95 250 -
CMYK 0.84 0.62 0 0.02
HSL 224.5º 0.95% 0.57% -
HSV(B) 224.5º 0.84% 0.98% -
XYZ 22.26 15.56 92.27 -
YUV 96.52 214.61 88.4 -
System Red Green Blue C M Y K H S L
Decimal 41 95 250 0.84 0.62 0 0.02 224.5 0.95 0.57
Hex 29 5F FA 54 3E 0 2 E0 5F 39
Octal 51 137 372 124 76 0 2 340 137 71
Binary 101001 1011111 11111010 1010100 111110 0 10 11100000 1011111 111001

Color Harmonies of #295FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FFA

Black with #295FFA

Text Example


Text Example

White with #295FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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