Html Css Color HEX #296EFE Royal Blue

📋 copy color: '#296EFE'

red 41 ◦ green 110 ◦ blue 254

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

Shades of Royal Blue #296EFE

Tints of Royal Blue #296EFE

RGB

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

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

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

R = 10.12%
G = 27.16%
B = 62.72%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#296EFE (or 0x296EFE) is known color: Royal Blue. HEX triplet: 29, 6E and FE. RGB value is (41,110,254). Sum of RGB (Red+Green+Blue) = 41+110+254=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #296EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296EFE is #D69101. Grayscale: #696969. Windows color (decimal): -14061826 or 16674345. OLE color: 16674345.

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

Color convert

RGB 41 110 254 -
CMYK 0.84 0.57 0 0.00
HSL 220.56º 0.99% 0.58% -
HSV(B) 220.56º 0.84% 1% -
XYZ 24.38 18.78 96.11 -
YUV 105.79 211.64 81.79 -
System Red Green Blue C M Y K H S L
Decimal 41 110 254 0.84 0.57 0 0.00 220.56 0.99 0.58
Hex 29 6E FE 54 39 0 0 DD 63 3A
Octal 51 156 376 124 71 0 0 335 143 72
Binary 101001 1101110 11111110 1010100 111001 0 0 11011101 1100011 111010

Color Harmonies of #296EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EFE

Black with #296EFE

Text Example


Text Example

White with #296EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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