Html Css Color HEX #296AFE Royal Blue

📋 copy color: '#296AFE'

red 41 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #296AFE

Tints of Royal Blue #296AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.43%

 BLUE value IS 254 (99.61% from 255) = 63.34%

R = 10.22%
G = 26.43%
B = 63.34%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#296AFE (or 0x296AFE) is known color: Royal Blue. HEX triplet: 29, 6A and FE. RGB value is (41,106,254). Sum of RGB (Red+Green+Blue) = 41+106+254=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #296AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296AFE is #D69501. Grayscale: #666666. Windows color (decimal): -14062850 or 16673321. OLE color: 16673321.

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

Color convert

RGB 41 106 254 -
CMYK 0.84 0.58 0 0.00
HSL 221.69º 0.99% 0.58% -
HSV(B) 221.69º 0.84% 1% -
XYZ 23.96 17.94 95.97 -
YUV 103.44 212.97 83.47 -
System Red Green Blue C M Y K H S L
Decimal 41 106 254 0.84 0.58 0 0.00 221.69 0.99 0.58
Hex 29 6A FE 54 3A 0 0 DE 63 3A
Octal 51 152 376 124 72 0 0 336 143 72
Binary 101001 1101010 11111110 1010100 111010 0 0 11011110 1100011 111010

Color Harmonies of #296AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AFE

Black with #296AFE

Text Example


Text Example

White with #296AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,254); }

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

background-color css

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

 a { background-color: rgb(41,106,254); }

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

border-color css

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

 span { border-color: rgb(41,106,254); }

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