Html Css Color HEX #296DFA Royal Blue

📋 copy color: '#296DFA'

red 41 ◦ green 109 ◦ blue 250

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

Shades of Royal Blue #296DFA

Tints of Royal Blue #296DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

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

R = 10.25%
G = 27.25%
B = 62.5%

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

#296DFA (or 0x296DFA) is known color: Royal Blue. HEX triplet: 29, 6D and FA. RGB value is (41,109,250). Sum of RGB (Red+Green+Blue) = 41+109+250=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #296DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296DFA is #D69205. Grayscale: #686868. Windows color (decimal): -14062086 or 16411945. OLE color: 16411945.

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

Color convert

RGB 41 109 250 -
CMYK 0.84 0.56 0 0.02
HSL 220.48º 0.95% 0.57% -
HSV(B) 220.48º 0.84% 0.98% -
XYZ 23.64 18.31 92.73 -
YUV 104.74 209.97 82.54 -
System Red Green Blue C M Y K H S L
Decimal 41 109 250 0.84 0.56 0 0.02 220.48 0.95 0.57
Hex 29 6D FA 54 38 0 2 DC 5F 39
Octal 51 155 372 124 70 0 2 334 137 71
Binary 101001 1101101 11111010 1010100 111000 0 10 11011100 1011111 111001

Color Harmonies of #296DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DFA

Black with #296DFA

Text Example


Text Example

White with #296DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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