Html Css Color HEX #296BFE Royal Blue

📋 copy color: '#296BFE'

red 41 ◦ green 107 ◦ blue 254

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

Shades of Royal Blue #296BFE

Tints of Royal Blue #296BFE

RGB

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

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

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

R = 10.2%
G = 26.62%
B = 63.18%

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

#296BFE (or 0x296BFE) is known color: Royal Blue. HEX triplet: 29, 6B and FE. RGB value is (41,107,254). Sum of RGB (Red+Green+Blue) = 41+107+254=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #296BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296BFE is #D69401. Grayscale: #676767. Windows color (decimal): -14062594 or 16673577. OLE color: 16673577.

HSL color Cylindrical-coordinate representation of color #296BFE: hue angle of 221.41º 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 #296BFE is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 107 254 -
CMYK 0.84 0.58 0 0.00
HSL 221.41º 0.99% 0.58% -
HSV(B) 221.41º 0.84% 1% -
XYZ 24.06 18.14 96 -
YUV 104.02 212.63 83.05 -
System Red Green Blue C M Y K H S L
Decimal 41 107 254 0.84 0.58 0 0.00 221.41 0.99 0.58
Hex 29 6B FE 54 3A 0 0 DD 63 3A
Octal 51 153 376 124 72 0 0 335 143 72
Binary 101001 1101011 11111110 1010100 111010 0 0 11011101 1100011 111010

Color Harmonies of #296BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BFE

Black with #296BFE

Text Example


Text Example

White with #296BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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