Html Css Color HEX #296FE5 Royal Blue

📋 copy color: '#296FE5'

red 41 ◦ green 111 ◦ blue 229

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

Shades of Royal Blue #296FE5

Tints of Royal Blue #296FE5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 229 (89.84% from 255) = 60.1%

R = 10.76%
G = 29.13%
B = 60.1%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#296FE5 (or 0x296FE5) is known color: Royal Blue. HEX triplet: 29, 6F and E5. RGB value is (41,111,229). Sum of RGB (Red+Green+Blue) = 41+111+229=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 229 (89.84% from 255 or 60.10% from 381); Max value from RGB is 229 - color contains mainly: blue. Hex color #296FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FE5 is #D6901A. Grayscale: #666666. Windows color (decimal): -14061595 or 15036201. OLE color: 15036201.

HSL color Cylindrical-coordinate representation of color #296FE5: hue angle of 217.66º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296FE5 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 41 111 229 -
CMYK 0.82 0.52 0 0.10
HSL 217.66º 0.78% 0.53% -
HSV(B) 217.66º 0.82% 0.9% -
XYZ 20.74 17.5 76.41 -
YUV 103.52 198.81 83.41 -
System Red Green Blue C M Y K H S L
Decimal 41 111 229 0.82 0.52 0 0.10 217.66 0.78 0.53
Hex 29 6F E5 52 34 0 A DA 4E 35
Octal 51 157 345 122 64 0 12 332 116 65
Binary 101001 1101111 11100101 1010010 110100 0 1010 11011010 1001110 110101

Color Harmonies of #296FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FE5

Black with #296FE5

Text Example


Text Example

White with #296FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,111,229); }

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

background-color css

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

 a { background-color: rgb(41,111,229); }

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

border-color css

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

 span { border-color: rgb(41,111,229); }

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