Html Css Color HEX #296AFA Royal Blue

📋 copy color: '#296AFA'

red 41 ◦ green 106 ◦ blue 250

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

Shades of Royal Blue #296AFA

Tints of Royal Blue #296AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 10.33%
G = 26.7%
B = 62.97%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#296AFA (or 0x296AFA) is known color: Royal Blue. HEX triplet: 29, 6A and FA. RGB value is (41,106,250). Sum of RGB (Red+Green+Blue) = 41+106+250=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #296AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296AFA is #D69505. Grayscale: #666666. Windows color (decimal): -14062854 or 16411177. OLE color: 16411177.

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

Color convert

RGB 41 106 250 -
CMYK 0.84 0.58 0 0.02
HSL 221.34º 0.95% 0.57% -
HSV(B) 221.34º 0.84% 0.98% -
XYZ 23.32 17.68 92.63 -
YUV 102.98 210.97 83.79 -
System Red Green Blue C M Y K H S L
Decimal 41 106 250 0.84 0.58 0 0.02 221.34 0.95 0.57
Hex 29 6A FA 54 3A 0 2 DD 5F 39
Octal 51 152 372 124 72 0 2 335 137 71
Binary 101001 1101010 11111010 1010100 111010 0 10 11011101 1011111 111001

Color Harmonies of #296AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AFA

Black with #296AFA

Text Example


Text Example

White with #296AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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