Html Css Color HEX #296AEA Royal Blue

📋 copy color: '#296AEA'

red 41 ◦ green 106 ◦ blue 234

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

Shades of Royal Blue #296AEA

Tints of Royal Blue #296AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.82%

 BLUE value IS 234 (91.8% from 255) = 61.42%

R = 10.76%
G = 27.82%
B = 61.42%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#296AEA (or 0x296AEA) is known color: Royal Blue. HEX triplet: 29, 6A and EA. RGB value is (41,106,234). Sum of RGB (Red+Green+Blue) = 41+106+234=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #296AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296AEA is #D69515. Grayscale: #646464. Windows color (decimal): -14062870 or 15362601. OLE color: 15362601.

HSL color Cylindrical-coordinate representation of color #296AEA: hue angle of 219.79º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296AEA is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 106 234 -
CMYK 0.82 0.55 0 0.08
HSL 219.79º 0.82% 0.54% -
HSV(B) 219.79º 0.82% 0.92% -
XYZ 20.92 16.72 79.97 -
YUV 101.16 202.97 85.09 -
System Red Green Blue C M Y K H S L
Decimal 41 106 234 0.82 0.55 0 0.08 219.79 0.82 0.54
Hex 29 6A EA 52 37 0 8 DC 52 36
Octal 51 152 352 122 67 0 10 334 122 66
Binary 101001 1101010 11101010 1010010 110111 0 1000 11011100 1010010 110110

Color Harmonies of #296AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AEA

Black with #296AEA

Text Example


Text Example

White with #296AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,234); }

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

background-color css

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

 a { background-color: rgb(41,106,234); }

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

border-color css

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

 span { border-color: rgb(41,106,234); }

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