Html Css Color HEX #296CF5 Royal Blue

📋 copy color: '#296CF5'

red 41 ◦ green 108 ◦ blue 245

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

Shades of Royal Blue #296CF5

Tints of Royal Blue #296CF5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

 BLUE value IS 245 (96.09% from 255) = 62.18%

R = 10.41%
G = 27.41%
B = 62.18%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#296CF5 (or 0x296CF5) is known color: Royal Blue. HEX triplet: 29, 6C and F5. RGB value is (41,108,245). Sum of RGB (Red+Green+Blue) = 41+108+245=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 245 (96.09% from 255 or 62.18% from 394); Max value from RGB is 245 - color contains mainly: blue. Hex color #296CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296CF5 is #D6930A. Grayscale: #666666. Windows color (decimal): -14062347 or 16084009. OLE color: 16084009.

HSL color Cylindrical-coordinate representation of color #296CF5: hue angle of 220.29º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296CF5 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 108 245 -
CMYK 0.83 0.56 0 0.04
HSL 220.29º 0.91% 0.56% -
HSV(B) 220.29º 0.83% 0.96% -
XYZ 22.76 17.79 88.62 -
YUV 103.59 207.8 83.36 -
System Red Green Blue C M Y K H S L
Decimal 41 108 245 0.83 0.56 0 0.04 220.29 0.91 0.56
Hex 29 6C F5 53 38 0 4 DC 5B 38
Octal 51 154 365 123 70 0 4 334 133 70
Binary 101001 1101100 11110101 1010011 111000 0 100 11011100 1011011 111000

Color Harmonies of #296CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CF5

Black with #296CF5

Text Example


Text Example

White with #296CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,108,245); }

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

background-color css

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

 a { background-color: rgb(41,108,245); }

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

border-color css

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

 span { border-color: rgb(41,108,245); }

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