Html Css Color HEX #296BDA Royal Blue

📋 copy color: '#296BDA'

red 41 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #296BDA

Tints of Royal Blue #296BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.56%

R = 11.2%
G = 29.23%
B = 59.56%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#296BDA (or 0x296BDA) is known color: Royal Blue. HEX triplet: 29, 6B and DA. RGB value is (41,107,218). Sum of RGB (Red+Green+Blue) = 41+107+218=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #296BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BDA is #D69425. Grayscale: #636363. Windows color (decimal): -14062630 or 14314281. OLE color: 14314281.

HSL color Cylindrical-coordinate representation of color #296BDA: hue angle of 217.63º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #296BDA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 107 218 -
CMYK 0.81 0.51 0 0.15
HSL 217.63º 0.71% 0.51% -
HSV(B) 217.63º 0.81% 0.85% -
XYZ 18.83 16.05 68.44 -
YUV 99.92 194.63 85.97 -
System Red Green Blue C M Y K H S L
Decimal 41 107 218 0.81 0.51 0 0.15 217.63 0.71 0.51
Hex 29 6B DA 51 33 0 F DA 47 33
Octal 51 153 332 121 63 0 17 332 107 63
Binary 101001 1101011 11011010 1010001 110011 0 1111 11011010 1000111 110011

Color Harmonies of #296BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BDA

Black with #296BDA

Text Example


Text Example

White with #296BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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