Html Css Color HEX #296AF9 Royal Blue

📋 copy color: '#296AF9'

red 41 ◦ green 106 ◦ blue 249

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

Shades of Royal Blue #296AF9

Tints of Royal Blue #296AF9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.77%

 BLUE value IS 249 (97.66% from 255) = 62.88%

R = 10.35%
G = 26.77%
B = 62.88%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#296AF9 (or 0x296AF9) is known color: Royal Blue. HEX triplet: 29, 6A and F9. RGB value is (41,106,249). Sum of RGB (Red+Green+Blue) = 41+106+249=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 249 (97.66% from 255 or 62.88% from 396); Max value from RGB is 249 - color contains mainly: blue. Hex color #296AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296AF9 is #D69506. Grayscale: #666666. Windows color (decimal): -14062855 or 16345641. OLE color: 16345641.

HSL color Cylindrical-coordinate representation of color #296AF9: hue angle of 221.25º degrees, saturation: 0.95, 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 #296AF9 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 106 249 -
CMYK 0.84 0.57 0 0.02
HSL 221.25º 0.95% 0.57% -
HSV(B) 221.25º 0.84% 0.98% -
XYZ 23.17 17.62 91.8 -
YUV 102.87 210.47 83.87 -
System Red Green Blue C M Y K H S L
Decimal 41 106 249 0.84 0.57 0 0.02 221.25 0.95 0.57
Hex 29 6A F9 54 39 0 2 DD 5F 39
Octal 51 152 371 124 71 0 2 335 137 71
Binary 101001 1101010 11111001 1010100 111001 0 10 11011101 1011111 111001

Color Harmonies of #296AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AF9

Black with #296AF9

Text Example


Text Example

White with #296AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,249); }

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

background-color css

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

 a { background-color: rgb(41,106,249); }

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

border-color css

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

 span { border-color: rgb(41,106,249); }

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