Html Css Color HEX #295FEF Royal Blue

📋 copy color: '#295FEF'

red 41 ◦ green 95 ◦ blue 239

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

Shades of Royal Blue #295FEF

Tints of Royal Blue #295FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 10.93%
G = 25.33%
B = 63.73%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#295FEF (or 0x295FEF) is known color: Royal Blue. HEX triplet: 29, 5F and EF. RGB value is (41,95,239). Sum of RGB (Red+Green+Blue) = 41+95+239=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #295FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FEF is #D6A010. Grayscale: #5E5E5E. Windows color (decimal): -14065681 or 15687465. OLE color: 15687465.

HSL color Cylindrical-coordinate representation of color #295FEF: hue angle of 223.64º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295FEF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 95 239 -
CMYK 0.83 0.60 0 0.06
HSL 223.64º 0.86% 0.55% -
HSV(B) 223.64º 0.83% 0.94% -
XYZ 20.59 14.89 83.45 -
YUV 95.27 209.11 89.29 -
System Red Green Blue C M Y K H S L
Decimal 41 95 239 0.83 0.60 0 0.06 223.64 0.86 0.55
Hex 29 5F EF 53 3C 0 6 E0 56 37
Octal 51 137 357 123 74 0 6 340 126 67
Binary 101001 1011111 11101111 1010011 111100 0 110 11100000 1010110 110111

Color Harmonies of #295FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FEF

Black with #295FEF

Text Example


Text Example

White with #295FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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