Html Css Color HEX #296FDD Royal Blue

📋 copy color: '#296FDD'

red 41 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #296FDD

Tints of Royal Blue #296FDD

RGB

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

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

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

R = 10.99%
G = 29.76%
B = 59.25%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#296FDD (or 0x296FDD) is known color: Royal Blue. HEX triplet: 29, 6F and DD. RGB value is (41,111,221). Sum of RGB (Red+Green+Blue) = 41+111+221=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #296FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FDD is #D69022. Grayscale: #666666. Windows color (decimal): -14061603 or 14511913. OLE color: 14511913.

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

Color convert

RGB 41 111 221 -
CMYK 0.81 0.50 0 0.13
HSL 216.67º 0.73% 0.51% -
HSV(B) 216.67º 0.81% 0.87% -
XYZ 19.65 17.06 70.66 -
YUV 102.61 194.81 84.06 -
System Red Green Blue C M Y K H S L
Decimal 41 111 221 0.81 0.50 0 0.13 216.67 0.73 0.51
Hex 29 6F DD 51 32 0 D D9 49 33
Octal 51 157 335 121 62 0 15 331 111 63
Binary 101001 1101111 11011101 1010001 110010 0 1101 11011001 1001001 110011

Color Harmonies of #296FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FDD

Black with #296FDD

Text Example


Text Example

White with #296FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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