Html Css Color HEX #296CDD Royal Blue

📋 copy color: '#296CDD'

red 41 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #296CDD

Tints of Royal Blue #296CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

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

R = 11.08%
G = 29.19%
B = 59.73%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#296CDD (or 0x296CDD) is known color: Royal Blue. HEX triplet: 29, 6C and DD. RGB value is (41,108,221). Sum of RGB (Red+Green+Blue) = 41+108+221=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #296CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CDD is #D69322. Grayscale: #646464. Windows color (decimal): -14062371 or 14511145. OLE color: 14511145.

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

Color convert

RGB 41 108 221 -
CMYK 0.81 0.51 0 0.13
HSL 217.67º 0.73% 0.51% -
HSV(B) 217.67º 0.81% 0.87% -
XYZ 19.33 16.42 70.56 -
YUV 100.85 195.8 85.31 -
System Red Green Blue C M Y K H S L
Decimal 41 108 221 0.81 0.51 0 0.13 217.67 0.73 0.51
Hex 29 6C DD 51 33 0 D DA 49 33
Octal 51 154 335 121 63 0 15 332 111 63
Binary 101001 1101100 11011101 1010001 110011 0 1101 11011010 1001001 110011

Color Harmonies of #296CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CDD

Black with #296CDD

Text Example


Text Example

White with #296CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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