Html Css Color HEX #296ADD Royal Blue

📋 copy color: '#296ADD'

red 41 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #296ADD

Tints of Royal Blue #296ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 11.14%
G = 28.8%
B = 60.05%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#296ADD (or 0x296ADD) is known color: Royal Blue. HEX triplet: 29, 6A and DD. RGB value is (41,106,221). Sum of RGB (Red+Green+Blue) = 41+106+221=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #296ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ADD is #D69522. Grayscale: #636363. Windows color (decimal): -14062883 or 14510633. OLE color: 14510633.

HSL color Cylindrical-coordinate representation of color #296ADD: hue angle of 218.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #296ADD is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 106 221 -
CMYK 0.81 0.52 0 0.13
HSL 218.33º 0.73% 0.51% -
HSV(B) 218.33º 0.81% 0.87% -
XYZ 19.12 16 70.49 -
YUV 99.68 196.47 86.15 -
System Red Green Blue C M Y K H S L
Decimal 41 106 221 0.81 0.52 0 0.13 218.33 0.73 0.51
Hex 29 6A DD 51 34 0 D DA 49 33
Octal 51 152 335 121 64 0 15 332 111 63
Binary 101001 1101010 11011101 1010001 110100 0 1101 11011010 1001001 110011

Color Harmonies of #296ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296ADD

Black with #296ADD

Text Example


Text Example

White with #296ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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