Html Css Color HEX #296BDD Royal Blue

📋 copy color: '#296BDD'

red 41 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #296BDD

Tints of Royal Blue #296BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29%

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

R = 11.11%
G = 29%
B = 59.89%

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

#296BDD (or 0x296BDD) is known color: Royal Blue. HEX triplet: 29, 6B and DD. RGB value is (41,107,221). Sum of RGB (Red+Green+Blue) = 41+107+221=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #296BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BDD is #D69422. Grayscale: #636363. Windows color (decimal): -14062627 or 14510889. OLE color: 14510889.

HSL color Cylindrical-coordinate representation of color #296BDD: hue angle of 218º 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 #296BDD is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 107 221 -
CMYK 0.81 0.52 0 0.13
HSL 218º 0.73% 0.51% -
HSV(B) 218º 0.81% 0.87% -
XYZ 19.22 16.21 70.52 -
YUV 100.26 196.13 85.73 -
System Red Green Blue C M Y K H S L
Decimal 41 107 221 0.81 0.52 0 0.13 218 0.73 0.51
Hex 29 6B DD 51 34 0 D DA 49 33
Octal 51 153 335 121 64 0 15 332 111 63
Binary 101001 1101011 11011101 1010001 110100 0 1101 11011010 1001001 110011

Color Harmonies of #296BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BDD

Black with #296BDD

Text Example


Text Example

White with #296BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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