Html Css Color HEX #296CDE Royal Blue

📋 copy color: '#296CDE'

red 41 ◦ green 108 ◦ blue 222

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

Shades of Royal Blue #296CDE

Tints of Royal Blue #296CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.84%

R = 11.05%
G = 29.11%
B = 59.84%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#296CDE (or 0x296CDE) is known color: Royal Blue. HEX triplet: 29, 6C and DE. RGB value is (41,108,222). Sum of RGB (Red+Green+Blue) = 41+108+222=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #296CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CDE is #D69321. Grayscale: #646464. Windows color (decimal): -14062370 or 14576681. OLE color: 14576681.

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

Color convert

RGB 41 108 222 -
CMYK 0.82 0.51 0 0.13
HSL 217.79º 0.73% 0.52% -
HSV(B) 217.79º 0.82% 0.87% -
XYZ 19.46 16.47 71.26 -
YUV 100.96 196.3 85.23 -
System Red Green Blue C M Y K H S L
Decimal 41 108 222 0.82 0.51 0 0.13 217.79 0.73 0.52
Hex 29 6C DE 52 33 0 D DA 49 34
Octal 51 154 336 122 63 0 15 332 111 64
Binary 101001 1101100 11011110 1010010 110011 0 1101 11011010 1001001 110100

Color Harmonies of #296CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CDE

Black with #296CDE

Text Example


Text Example

White with #296CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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