Html Css Color HEX #296BFF Royal Blue

📋 copy color: '#296BFF'

red 41 ◦ green 107 ◦ blue 255

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

Shades of Royal Blue #296BFF

Tints of Royal Blue #296BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.55%

 BLUE value IS 255 (100% from 255) = 63.28%

R = 10.17%
G = 26.55%
B = 63.28%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#296BFF (or 0x296BFF) is known color: Royal Blue. HEX triplet: 29, 6B and FF. RGB value is (41,107,255). Sum of RGB (Red+Green+Blue) = 41+107+255=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #296BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296BFF is #D69400. Grayscale: #676767. Windows color (decimal): -14062593 or 16739113. OLE color: 16739113.

HSL color Cylindrical-coordinate representation of color #296BFF: hue angle of 221.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #296BFF is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 107 255 -
CMYK 0.84 0.58 0 0
HSL 221.5º 1% 0.58% -
HSV(B) 221.5º 0.84% 1% -
XYZ 24.22 18.21 96.85 -
YUV 104.14 213.13 82.97 -
System Red Green Blue C M Y K H S L
Decimal 41 107 255 0.84 0.58 0 0 221.5 1 0.58
Hex 29 6B FF 54 3A 0 0 DD 64 3A
Octal 51 153 377 124 72 0 0 335 144 72
Binary 101001 1101011 11111111 1010100 111010 0 0 11011101 1100100 111010

Color Harmonies of #296BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BFF

Black with #296BFF

Text Example


Text Example

White with #296BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,107,255); }

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

background-color css

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

 a { background-color: rgb(41,107,255); }

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

border-color css

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

 span { border-color: rgb(41,107,255); }

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