Html Css Color HEX #295FEE Royal Blue

📋 copy color: '#295FEE'

red 41 ◦ green 95 ◦ blue 238

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

Shades of Royal Blue #295FEE

Tints of Royal Blue #295FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.64%

R = 10.96%
G = 25.4%
B = 63.64%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#295FEE (or 0x295FEE) is known color: Royal Blue. HEX triplet: 29, 5F and EE. RGB value is (41,95,238). Sum of RGB (Red+Green+Blue) = 41+95+238=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #295FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FEE is #D6A011. Grayscale: #5E5E5E. Windows color (decimal): -14065682 or 15621929. OLE color: 15621929.

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

Color convert

RGB 41 95 238 -
CMYK 0.83 0.60 0 0.07
HSL 223.55º 0.85% 0.55% -
HSV(B) 223.55º 0.83% 0.93% -
XYZ 20.44 14.83 82.67 -
YUV 95.16 208.61 89.37 -
System Red Green Blue C M Y K H S L
Decimal 41 95 238 0.83 0.60 0 0.07 223.55 0.85 0.55
Hex 29 5F EE 53 3C 0 7 E0 55 37
Octal 51 137 356 123 74 0 7 340 125 67
Binary 101001 1011111 11101110 1010011 111100 0 111 11100000 1010101 110111

Color Harmonies of #295FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FEE

Black with #295FEE

Text Example


Text Example

White with #295FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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