Html Css Color HEX #295DEF Royal Blue

📋 copy color: '#295DEF'

red 41 ◦ green 93 ◦ blue 239

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

Shades of Royal Blue #295DEF

Tints of Royal Blue #295DEF

RGB

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

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

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

R = 10.99%
G = 24.93%
B = 64.08%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#295DEF (or 0x295DEF) is known color: Royal Blue. HEX triplet: 29, 5D and EF. RGB value is (41,93,239). Sum of RGB (Red+Green+Blue) = 41+93+239=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #295DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295DEF is #D6A210. Grayscale: #5D5D5D. Windows color (decimal): -14066193 or 15686953. OLE color: 15686953.

HSL color Cylindrical-coordinate representation of color #295DEF: hue angle of 224.24º 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 #295DEF is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 93 239 -
CMYK 0.83 0.61 0 0.06
HSL 224.24º 0.86% 0.55% -
HSV(B) 224.24º 0.83% 0.94% -
XYZ 20.41 14.53 83.39 -
YUV 94.1 209.77 90.13 -
System Red Green Blue C M Y K H S L
Decimal 41 93 239 0.83 0.61 0 0.06 224.24 0.86 0.55
Hex 29 5D EF 53 3D 0 6 E0 56 37
Octal 51 135 357 123 75 0 6 340 126 67
Binary 101001 1011101 11101111 1010011 111101 0 110 11100000 1010110 110111

Color Harmonies of #295DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DEF

Black with #295DEF

Text Example


Text Example

White with #295DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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