Html Css Color HEX #296FFB Royal Blue

📋 copy color: '#296FFB'

red 41 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #296FFB

Tints of Royal Blue #296FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.28%

R = 10.17%
G = 27.54%
B = 62.28%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#296FFB (or 0x296FFB) is known color: Royal Blue. HEX triplet: 29, 6F and FB. RGB value is (41,111,251). Sum of RGB (Red+Green+Blue) = 41+111+251=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #296FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296FFB is #D69004. Grayscale: #696969. Windows color (decimal): -14061573 or 16477993. OLE color: 16477993.

HSL color Cylindrical-coordinate representation of color #296FFB: hue angle of 220º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #296FFB is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 111 251 -
CMYK 0.84 0.56 0 0.02
HSL 220º 0.96% 0.57% -
HSV(B) 220º 0.84% 0.98% -
XYZ 24.01 18.81 93.63 -
YUV 106.03 209.81 81.62 -
System Red Green Blue C M Y K H S L
Decimal 41 111 251 0.84 0.56 0 0.02 220 0.96 0.57
Hex 29 6F FB 54 38 0 2 DC 60 39
Octal 51 157 373 124 70 0 2 334 140 71
Binary 101001 1101111 11111011 1010100 111000 0 10 11011100 1100000 111001

Color Harmonies of #296FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FFB

Black with #296FFB

Text Example


Text Example

White with #296FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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