Html Css Color HEX #296EF1 Royal Blue

📋 copy color: '#296EF1'

red 41 ◦ green 110 ◦ blue 241

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

Shades of Royal Blue #296EF1

Tints of Royal Blue #296EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.06%

 BLUE value IS 241 (94.53% from 255) = 61.48%

R = 10.46%
G = 28.06%
B = 61.48%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#296EF1 (or 0x296EF1) is known color: Royal Blue. HEX triplet: 29, 6E and F1. RGB value is (41,110,241). Sum of RGB (Red+Green+Blue) = 41+110+241=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #296EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296EF1 is #D6910E. Grayscale: #676767. Windows color (decimal): -14061839 or 15822377. OLE color: 15822377.

HSL color Cylindrical-coordinate representation of color #296EF1: hue angle of 219.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296EF1 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 110 241 -
CMYK 0.83 0.54 0 0.05
HSL 219.3º 0.88% 0.55% -
HSV(B) 219.3º 0.83% 0.95% -
XYZ 22.37 17.97 85.51 -
YUV 104.3 205.14 82.85 -
System Red Green Blue C M Y K H S L
Decimal 41 110 241 0.83 0.54 0 0.05 219.3 0.88 0.55
Hex 29 6E F1 53 36 0 5 DB 58 37
Octal 51 156 361 123 66 0 5 333 130 67
Binary 101001 1101110 11110001 1010011 110110 0 101 11011011 1011000 110111

Color Harmonies of #296EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EF1

Black with #296EF1

Text Example


Text Example

White with #296EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296EF1; }

 p { color: rgb(41,110,241); }

 H1.HeaderClassName
 {
   color: #296EF1;
 }
 .AnyTagClassName
 {
   color: #296EF1;
 }
</style>

background-color css

<style>
 a { background-color: #296EF1; }

 a { background-color: rgb(41,110,241); }

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

border-color css

<style>
 span { border-color: #296EF1; }

 span { border-color: rgb(41,110,241); }

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