Html Css Color HEX #296DFE Royal Blue

📋 copy color: '#296DFE'

red 41 ◦ green 109 ◦ blue 254

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

Shades of Royal Blue #296DFE

Tints of Royal Blue #296DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.98%

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

R = 10.15%
G = 26.98%
B = 62.87%

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

#296DFE (or 0x296DFE) is known color: Royal Blue. HEX triplet: 29, 6D and FE. RGB value is (41,109,254). Sum of RGB (Red+Green+Blue) = 41+109+254=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #296DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296DFE is #D69201. Grayscale: #686868. Windows color (decimal): -14062082 or 16674089. OLE color: 16674089.

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

Color convert

RGB 41 109 254 -
CMYK 0.84 0.57 0 0.00
HSL 220.85º 0.99% 0.58% -
HSV(B) 220.85º 0.84% 1% -
XYZ 24.27 18.56 96.07 -
YUV 105.2 211.97 82.21 -
System Red Green Blue C M Y K H S L
Decimal 41 109 254 0.84 0.57 0 0.00 220.85 0.99 0.58
Hex 29 6D FE 54 39 0 0 DD 63 3A
Octal 51 155 376 124 71 0 0 335 143 72
Binary 101001 1101101 11111110 1010100 111001 0 0 11011101 1100011 111010

Color Harmonies of #296DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DFE

Black with #296DFE

Text Example


Text Example

White with #296DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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