Html Css Color HEX #296FDE Royal Blue

📋 copy color: '#296FDE'

red 41 ◦ green 111 ◦ blue 222

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

Shades of Royal Blue #296FDE

Tints of Royal Blue #296FDE

RGB

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

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

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

R = 10.96%
G = 29.68%
B = 59.36%

CMYK

 C value IS 0.82

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#296FDE (or 0x296FDE) is known color: Royal Blue. HEX triplet: 29, 6F and DE. RGB value is (41,111,222). Sum of RGB (Red+Green+Blue) = 41+111+222=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #296FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FDE is #D69021. Grayscale: #666666. Windows color (decimal): -14061602 or 14577449. OLE color: 14577449.

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

Color convert

RGB 41 111 222 -
CMYK 0.82 0.5 0 0.13
HSL 216.8º 0.73% 0.52% -
HSV(B) 216.8º 0.82% 0.87% -
XYZ 19.78 17.11 71.37 -
YUV 102.72 195.31 83.97 -
System Red Green Blue C M Y K H S L
Decimal 41 111 222 0.82 0.5 0 0.13 216.8 0.73 0.52
Hex 29 6F DE 52 32 0 D D9 49 34
Octal 51 157 336 122 62 0 15 331 111 64
Binary 101001 1101111 11011110 1010010 110010 0 1101 11011001 1001001 110100

Color Harmonies of #296FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FDE

Black with #296FDE

Text Example


Text Example

White with #296FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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